#CB1C5A

Color #CB1C5A Ruby (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ruby #CB1C5A

Tints of Ruby #CB1C5A

Color information

#CB1C5A (or 0xCB1C5A) is unknown color: approx Ruby. HEX triplet: CB, 1C and 5A. RGB value is (203,28,90). Sum of RGB (Red+Green+Blue) = 203+28+90=321 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.24% from 321); Green value is 28 (11.33% from 255 or 8.72% from 321); Blue value is 90 (35.55% from 255 or 28.04% from 321); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1C5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB1C5A is #34E3A5. Grayscale: #575757. Windows color (decimal): -3466150 or 5905611. OLE color: 5905611.

HSL color Cylindrical-coordinate representation of color #CB1C5A: hue angle of 338.74º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB1C5A is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.20.

Color convert

RGB2032890-
CMYK00.860.560.20
HSL338.74º75.76%45.29%-
HSV(B)338.74º86.21%79.61%-
XYZ26.8914.2711.01-
YUV87.39129.48210.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 63.24%
GREEN value IS 28 (11.33% from 255) = 8.72%
BLUE value IS 90 (35.55% from 255) = 28.04%
R=63.24%
G=8.72%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203289000.860.560.20338.7475.7645.29
HexCB1C5A05638141534c2d
Octal313341320126702452311455
Binary1100101111100101101001010110111000101001010100111001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB1C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB1C5A; }

 p { color: rgb(203,28,90); }

 H1.HeaderClassName
 {
   color: #CB1C5A;
 }
 .AnyTagClassName
 {
   color: #CB1C5A;
 }
</style>
background-color css

<style>
 a { background-color: #CB1C5A; }

 a { background-color: rgb(203,28,90); }

 div.DivClassName
 {
   background-color: #CB1C5A;
 }
 .BgClassName
 {
   background-color: #CB1C5A;
 }
</style>
border-color css

<style>
 span { border-color: #CB1C5A; }

 span { border-color: rgb(203,28,90); }

 td.TdClassName
 {
   border-color: #CB1C5A;
 }
 .TagClassName
 {
   border-color: #CB1C5A;
 }
</style>