#CF206E

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

Shades of Ruby #CF206E

Tints of Ruby #CF206E

Color information

#CF206E (or 0xCF206E) is unknown color: approx Ruby. HEX triplet: CF, 20 and 6E. RGB value is (207,32,110). Sum of RGB (Red+Green+Blue) = 207+32+110=349 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.31% from 349); Green value is 32 (12.89% from 255 or 9.17% from 349); Blue value is 110 (43.36% from 255 or 31.52% from 349); Max value from RGB is 207 - color contains mainly: red. Hex color #CF206E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF206E is #30DF91. Grayscale: #5D5D5D. Windows color (decimal): -3202962 or 7217359. OLE color: 7217359.

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

Color convert

RGB20732110-
CMYK00.850.470.19
HSL333.26º73.22%46.86%-
HSV(B)333.26º84.54%81.18%-
XYZ29.0615.4216.2-
YUV93.22137.48209.16-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 59.31%
GREEN value IS 32 (12.89% from 255) = 9.17%
BLUE value IS 110 (43.36% from 255) = 31.52%
R=59.31%
G=9.17%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.47
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2073211000.850.470.19333.2673.2246.86
HexCF206E0552F1314d492f
Octal317401560125572351511157
Binary11001111100000110111001010101101111100111010011011001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF206E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF206E; }

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

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

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

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

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

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

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

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