#CF706E

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

Shades of Contessa #CF706E

Tints of Contessa #CF706E

Color information

#CF706E (or 0xCF706E) is unknown color: approx Contessa. HEX triplet: CF, 70 and 6E. RGB value is (207,112,110). Sum of RGB (Red+Green+Blue) = 207+112+110=429 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.25% from 429); Green value is 112 (44.14% from 255 or 26.11% from 429); Blue value is 110 (43.36% from 255 or 25.64% from 429); Max value from RGB is 207 - color contains mainly: red. Hex color #CF706E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF706E is #308F91. Grayscale: #8C8C8C. Windows color (decimal): -3182482 or 7237839. OLE color: 7237839.

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

Color convert

RGB207112110-
CMYK00.460.470.19
HSL1.24º50.26%62.16%-
HSV(B)1.24º46.86%81.18%-
XYZ34.3425.9817.96-
YUV140.18110.97175.66-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.25%
GREEN value IS 112 (44.14% from 255) = 26.11%
BLUE value IS 110 (43.36% from 255) = 25.64%
R=48.25%
G=26.11%
B=25.64%

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
Decimal20711211000.460.470.191.2450.2662.16
HexCF706E02E2F131323e
Octal317160156056572316276
Binary11001111111000011011100101110101111100111110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF706E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF706E; }

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

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

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

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

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

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

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

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