#CB0E54

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

Shades of Ruby #CB0E54

Tints of Ruby #CB0E54

Color information

#CB0E54 (or 0xCB0E54) is unknown color: approx Ruby. HEX triplet: CB, 0E and 54. RGB value is (203,14,84). Sum of RGB (Red+Green+Blue) = 203+14+84=301 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.44% from 301); Green value is 14 (5.86% from 255 or 4.65% from 301); Blue value is 84 (33.20% from 255 or 27.91% from 301); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0E54 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0E54 is #34F1AB. Grayscale: #4E4E4E. Windows color (decimal): -3469740 or 5508811. OLE color: 5508811.

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

Color convert

RGB2031484-
CMYK00.930.590.20
HSL337.78º87.1%42.55%-
HSV(B)337.78º93.1%79.61%-
XYZ26.3913.659.63-
YUV78.49131.12216.81-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 67.44%
GREEN value IS 14 (5.86% from 255) = 4.65%
BLUE value IS 84 (33.20% from 255) = 27.91%
R=67.44%
G=4.65%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.59
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203148400.930.590.20337.7887.142.55
HexCBE5405D3B14152572b
Octal313161240135732452212753
Binary110010111110101010001011101111011101001010100101010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB0E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB0E54; }

 p { color: rgb(203,14,84); }

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

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

 a { background-color: rgb(203,14,84); }

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

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

 span { border-color: rgb(203,14,84); }

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