#CF2060

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

Shades of Ruby #CF2060

Tints of Ruby #CF2060

Color information

#CF2060 (or 0xCF2060) is unknown color: approx Ruby. HEX triplet: CF, 20 and 60. RGB value is (207,32,96). Sum of RGB (Red+Green+Blue) = 207+32+96=335 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.79% from 335); Green value is 32 (12.89% from 255 or 9.55% from 335); Blue value is 96 (37.89% from 255 or 28.66% from 335); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2060 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2060 is #30DF9F. Grayscale: #5B5B5B. Windows color (decimal): -3202976 or 6299855. OLE color: 6299855.

HSL color Cylindrical-coordinate representation of color #CF2060: hue angle of 338.06º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF2060 is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.19.

Color convert

RGB2073296-
CMYK00.850.540.19
HSL338.06º73.22%46.86%-
HSV(B)338.06º84.54%81.18%-
XYZ28.3615.1412.49-
YUV91.62130.48210.3-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 61.79%
GREEN value IS 32 (12.89% from 255) = 9.55%
BLUE value IS 96 (37.89% from 255) = 28.66%
R=61.79%
G=9.55%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.54
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207329600.850.540.19338.0673.2246.86
HexCF20600553613152492f
Octal317401400125662352211157
Binary11001111100000110000001010101110110100111010100101001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF2060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF2060; }

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

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

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

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

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

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

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

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