#cb0f57

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

Shades of Ruby #CB0F57

Tints of Ruby #CB0F57

Color information

#CB0F57 (or 0xCB0F57) is unknown color: approx Ruby. HEX triplet: CB, 0F and 57. RGB value is (203,15,87). Sum of RGB (Red+Green+Blue) = 203+15+87=305 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.56% from 305); Green value is 15 (6.25% from 255 or 4.92% from 305); Blue value is 87 (34.38% from 255 or 28.52% from 305); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0F57 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0F57 is #34F0A8. Grayscale: #4F4F4F. Windows color (decimal): -3469481 or 5705675. OLE color: 5705675.

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

Color convert

RGB2031587-
CMYK00.930.570.20
HSL337.02º86.24%42.75%-
HSV(B)337.02º92.61%79.61%-
XYZ26.5213.7310.27-
YUV79.42132.28216.15-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 66.56%
GREEN value IS 15 (6.25% from 255) = 4.92%
BLUE value IS 87 (34.38% from 255) = 28.52%
R=66.56%
G=4.92%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.57
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203158700.930.570.20337.0286.2442.75
HexCBF5705D3914151562b
Octal313171270135712452112653
Binary110010111111101011101011101111001101001010100011010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb0f57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb0f57; }

 p { color: rgb(203,15,87); }

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

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

 a { background-color: rgb(203,15,87); }

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

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

 span { border-color: rgb(203,15,87); }

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