#CF0C56

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

Shades of Ruby #CF0C56

Tints of Ruby #CF0C56

Color information

#CF0C56 (or 0xCF0C56) is unknown color: approx Ruby. HEX triplet: CF, 0C and 56. RGB value is (207,12,86). Sum of RGB (Red+Green+Blue) = 207+12+86=305 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.87% from 305); Green value is 12 (5.08% from 255 or 3.93% from 305); Blue value is 86 (33.98% from 255 or 28.20% from 305); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0C56 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0C56 is #30F3A9. Grayscale: #4E4E4E. Windows color (decimal): -3208106 or 5639375. OLE color: 5639375.

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

Color convert

RGB2071286-
CMYK00.940.580.19
HSL337.23º89.04%42.94%-
HSV(B)337.23º94.2%81.18%-
XYZ27.5414.210.09-
YUV78.74132.1219.48-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 67.87%
GREEN value IS 12 (5.08% from 255) = 3.93%
BLUE value IS 86 (33.98% from 255) = 28.20%
R=67.87%
G=3.93%
B=28.20%

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
Decimal207128600.940.580.19337.2389.0442.94
HexCFC5605E3A13151592b
Octal317141260136722352113153
Binary110011111100101011001011110111010100111010100011011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF0C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF0C56; }

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

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

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

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

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

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

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

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