#CB1C5C

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

Shades of Ruby #CB1C5C

Tints of Ruby #CB1C5C

Color information

#CB1C5C (or 0xCB1C5C) is unknown color: approx Ruby. HEX triplet: CB, 1C and 5C. RGB value is (203,28,92). Sum of RGB (Red+Green+Blue) = 203+28+92=323 (42% of max value = 765). Red value is 203 (79.69% from 255 or 62.85% from 323); Green value is 28 (11.33% from 255 or 8.67% from 323); Blue value is 92 (36.33% from 255 or 28.48% from 323); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1C5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB1C5C is #34E3A3. Grayscale: #575757. Windows color (decimal): -3466148 or 6036683. OLE color: 6036683.

HSL color Cylindrical-coordinate representation of color #CB1C5C: hue angle of 338.06º 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 #CB1C5C is Cyan = 0, Magento = 0.86, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB2032892-
CMYK00.860.550.20
HSL338.06º75.76%45.29%-
HSV(B)338.06º86.21%79.61%-
XYZ26.9814.311.46-
YUV87.62130.48210.3-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 62.85%
GREEN value IS 28 (11.33% from 255) = 8.67%
BLUE value IS 92 (36.33% from 255) = 28.48%
R=62.85%
G=8.67%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203289200.860.550.20338.0675.7645.29
HexCB1C5C05637141524c2d
Octal313341340126672452211455
Binary1100101111100101110001010110110111101001010100101001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB1C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB1C5C; }

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

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

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

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

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

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

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

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