#ce0c5b

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

Shades of Ruby #CE0C5B

Tints of Ruby #CE0C5B

Color information

#CE0C5B (or 0xCE0C5B) is unknown color: approx Ruby. HEX triplet: CE, 0C and 5B. RGB value is (206,12,91). Sum of RGB (Red+Green+Blue) = 206+12+91=309 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.67% from 309); Green value is 12 (5.08% from 255 or 3.88% from 309); Blue value is 91 (35.94% from 255 or 29.45% from 309); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0C5B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0C5B is #31F3A4. Grayscale: #4E4E4E. Windows color (decimal): -3273637 or 5967054. OLE color: 5967054.

HSL color Cylindrical-coordinate representation of color #CE0C5B: hue angle of 335.57º 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 #CE0C5B is Cyan = 0, Magento = 0.94, Yellow = 0.56 and Black (K on CMYK) = 0.19.

Color convert

RGB2061291-
CMYK00.940.560.19
HSL335.57º88.99%42.75%-
HSV(B)335.57º94.17%80.78%-
XYZ27.4714.1411.18-
YUV79.01134.77218.58-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 66.67%
GREEN value IS 12 (5.08% from 255) = 3.88%
BLUE value IS 91 (35.94% from 255) = 29.45%
R=66.67%
G=3.88%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.56
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206129100.940.560.19335.5788.9942.75
HexCEC5B05E3813150592b
Octal316141330136702352013153
Binary110011101100101101101011110111000100111010100001011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce0c5b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce0c5b; }

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

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

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

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

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

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

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

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