#CB0F58

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

Shades of Ruby #CB0F58

Tints of Ruby #CB0F58

Color information

#CB0F58 (or 0xCB0F58) is unknown color: approx Ruby. HEX triplet: CB, 0F and 58. RGB value is (203,15,88). Sum of RGB (Red+Green+Blue) = 203+15+88=306 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.34% from 306); Green value is 15 (6.25% from 255 or 4.90% from 306); Blue value is 88 (34.77% from 255 or 28.76% from 306); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0F58 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0F58 is #34F0A7. Grayscale: #4F4F4F. Windows color (decimal): -3469480 or 5771211. OLE color: 5771211.

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

Color convert

RGB2031588-
CMYK00.930.570.20
HSL336.7º86.24%42.75%-
HSV(B)336.7º92.61%79.61%-
XYZ26.5613.7410.49-
YUV79.53132.78216.06-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 66.34%
GREEN value IS 15 (6.25% from 255) = 4.90%
BLUE value IS 88 (34.77% from 255) = 28.76%
R=66.34%
G=4.90%
B=28.76%

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
Decimal203158800.930.570.20336.786.2442.75
HexCBF5805D3914151562b
Octal313171300135712452112653
Binary110010111111101100001011101111001101001010100011010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB0F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB0F58; }

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

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

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

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

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

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

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

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