#CF706D

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

Shades of Contessa #CF706D

Tints of Contessa #CF706D

Color information

#CF706D (or 0xCF706D) is unknown color: approx Contessa. HEX triplet: CF, 70 and 6D. RGB value is (207,112,109). Sum of RGB (Red+Green+Blue) = 207+112+109=428 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.36% from 428); Green value is 112 (44.14% from 255 or 26.17% from 428); Blue value is 109 (42.97% from 255 or 25.47% from 428); Max value from RGB is 207 - color contains mainly: red. Hex color #CF706D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF706D is #308F92. Grayscale: #8C8C8C. Windows color (decimal): -3182483 or 7172303. OLE color: 7172303.

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

Color convert

RGB207112109-
CMYK00.460.470.19
HSL1.84º50.52%61.96%-
HSV(B)1.84º47.34%81.18%-
XYZ34.2925.9617.67-
YUV140.06110.47175.74-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.36%
GREEN value IS 112 (44.14% from 255) = 26.17%
BLUE value IS 109 (42.97% from 255) = 25.47%
R=48.36%
G=26.17%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.47
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20711210900.460.470.191.8450.5261.96
HexCF706D02E2F132333e
Octal317160155056572326376
Binary110011111110000110110101011101011111001110110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF706D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF706D; }

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

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

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

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

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

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

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

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