#CF0D60

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

Shades of Ruby #CF0D60

Tints of Ruby #CF0D60

Color information

#CF0D60 (or 0xCF0D60) is unknown color: approx Ruby. HEX triplet: CF, 0D and 60. RGB value is (207,13,96). Sum of RGB (Red+Green+Blue) = 207+13+96=316 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.51% from 316); Green value is 13 (5.47% from 255 or 4.11% from 316); Blue value is 96 (37.89% from 255 or 30.38% from 316); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0D60 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0D60 is #30F29F. Grayscale: #505050. Windows color (decimal): -3207840 or 6294991. OLE color: 6294991.

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

Color convert

RGB2071396-
CMYK00.940.540.19
HSL334.33º88.18%43.14%-
HSV(B)334.33º93.72%81.18%-
XYZ27.9914.412.37-
YUV80.47136.77218.25-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 65.51%
GREEN value IS 13 (5.47% from 255) = 4.11%
BLUE value IS 96 (37.89% from 255) = 30.38%
R=65.51%
G=4.11%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.54
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207139600.940.540.19334.3388.1843.14
HexCFD6005E361314e582b
Octal317151400136662351613053
Binary110011111101110000001011110110110100111010011101011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF0D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF0D60; }

 p { color: rgb(207,13,96); }

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

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

 a { background-color: rgb(207,13,96); }

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

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

 span { border-color: rgb(207,13,96); }

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