#CB0A56

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

Shades of Ruby #CB0A56

Tints of Ruby #CB0A56

Color information

#CB0A56 (or 0xCB0A56) is unknown color: approx Ruby. HEX triplet: CB, 0A and 56. RGB value is (203,10,86). Sum of RGB (Red+Green+Blue) = 203+10+86=299 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.89% from 299); Green value is 10 (4.30% from 255 or 3.34% from 299); Blue value is 86 (33.98% from 255 or 28.76% from 299); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0A56 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0A56 is #34F5A9. Grayscale: #4C4C4C. Windows color (decimal): -3470762 or 5638859. OLE color: 5638859.

HSL color Cylindrical-coordinate representation of color #CB0A56: hue angle of 336.37º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CB0A56 is Cyan = 0, Magento = 0.95, Yellow = 0.58 and Black (K on CMYK) = 0.20.

Color convert

RGB2031086-
CMYK00.950.580.20
HSL336.37º90.61%41.76%-
HSV(B)336.37º95.07%79.61%-
XYZ26.4213.5910.03-
YUV76.37133.44218.32-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 67.89%
GREEN value IS 10 (4.30% from 255) = 3.34%
BLUE value IS 86 (33.98% from 255) = 28.76%
R=67.89%
G=3.34%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203108600.950.580.20336.3790.6141.76
HexCBA5605F3A141505b2a
Octal313121260137722452013352
Binary110010111010101011001011111111010101001010100001011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB0A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB0A56; }

 p { color: rgb(203,10,86); }

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

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

 a { background-color: rgb(203,10,86); }

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

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

 span { border-color: rgb(203,10,86); }

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