#CF0E62

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

Shades of Ruby #CF0E62

Tints of Ruby #CF0E62

Color information

#CF0E62 (or 0xCF0E62) is unknown color: approx Ruby. HEX triplet: CF, 0E and 62. RGB value is (207,14,98). Sum of RGB (Red+Green+Blue) = 207+14+98=319 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.89% from 319); Green value is 14 (5.86% from 255 or 4.39% from 319); Blue value is 98 (38.67% from 255 or 30.72% from 319); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0E62 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0E62 is #30F19D. Grayscale: #515151. Windows color (decimal): -3207582 or 6426319. OLE color: 6426319.

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

Color convert

RGB2071498-
CMYK00.930.530.19
HSL333.89º87.33%43.33%-
HSV(B)333.89º93.24%81.18%-
XYZ28.0914.4612.87-
YUV81.28137.44217.67-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 64.89%
GREEN value IS 14 (5.86% from 255) = 4.39%
BLUE value IS 98 (38.67% from 255) = 30.72%
R=64.89%
G=4.39%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.53
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207149800.930.530.19333.8987.3343.33
HexCFE6205D351314e572b
Octal317161420135652351612753
Binary110011111110110001001011101110101100111010011101010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF0E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF0E62; }

 p { color: rgb(207,14,98); }

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

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

 a { background-color: rgb(207,14,98); }

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

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

 span { border-color: rgb(207,14,98); }

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