#CF7079

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

Shades of Charm #CF7079

Tints of Charm #CF7079

Color information

#CF7079 (or 0xCF7079) is unknown color: approx Charm. HEX triplet: CF, 70 and 79. RGB value is (207,112,121). Sum of RGB (Red+Green+Blue) = 207+112+121=440 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.05% from 440); Green value is 112 (44.14% from 255 or 25.45% from 440); Blue value is 121 (47.66% from 255 or 27.5% from 440); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7079 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7079 is #308F86. Grayscale: #8D8D8D. Windows color (decimal): -3182471 or 7958735. OLE color: 7958735.

HSL color Cylindrical-coordinate representation of color #CF7079: hue angle of 354.32º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CF7079 is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.19.

Color convert

RGB207112121-
CMYK00.460.420.19
HSL354.32º49.74%62.55%-
HSV(B)354.32º45.89%81.18%-
XYZ34.9826.2321.31-
YUV141.43116.47174.77-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.05%
GREEN value IS 112 (44.14% from 255) = 25.45%
BLUE value IS 121 (47.66% from 255) = 27.5%
R=47.05%
G=25.45%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.42
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20711212100.460.420.19354.3249.7462.55
HexCF707902E2A13162323f
Octal31716017105652235426277
Binary1100111111100001111001010111010101010011101100010110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7079; }

 p { color: rgb(207,112,121); }

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

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

 a { background-color: rgb(207,112,121); }

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

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

 span { border-color: rgb(207,112,121); }

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