#CE0C56

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

Shades of Ruby #CE0C56

Tints of Ruby #CE0C56

Color information

#CE0C56 (or 0xCE0C56) is unknown color: approx Ruby. HEX triplet: CE, 0C and 56. RGB value is (206,12,86). Sum of RGB (Red+Green+Blue) = 206+12+86=304 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.76% from 304); Green value is 12 (5.08% from 255 or 3.95% from 304); Blue value is 86 (33.98% from 255 or 28.29% from 304); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0C56 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0C56 is #31F3A9. Grayscale: #4E4E4E. Windows color (decimal): -3273642 or 5639374. OLE color: 5639374.

HSL color Cylindrical-coordinate representation of color #CE0C56: hue angle of 337.11º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE0C56 is Cyan = 0, Magento = 0.94, Yellow = 0.58 and Black (K on CMYK) = 0.19.

Color convert

RGB2061286-
CMYK00.940.580.19
HSL337.11º88.99%42.75%-
HSV(B)337.11º94.17%80.78%-
XYZ27.2614.0610.08-
YUV78.44132.27218.98-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 67.76%
GREEN value IS 12 (5.08% from 255) = 3.95%
BLUE value IS 86 (33.98% from 255) = 28.29%
R=67.76%
G=3.95%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.58
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206128600.940.580.19337.1188.9942.75
HexCEC5605E3A13151592b
Octal316141260136722352113153
Binary110011101100101011001011110111010100111010100011011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE0C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE0C56; }

 p { color: rgb(206,12,86); }

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

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

 a { background-color: rgb(206,12,86); }

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

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

 span { border-color: rgb(206,12,86); }

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