#C7706F

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

Shades of Contessa #C7706F

Tints of Contessa #C7706F

Color information

#C7706F (or 0xC7706F) is unknown color: approx Contessa. HEX triplet: C7, 70 and 6F. RGB value is (199,112,111). Sum of RGB (Red+Green+Blue) = 199+112+111=422 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.16% from 422); Green value is 112 (44.14% from 255 or 26.54% from 422); Blue value is 111 (43.75% from 255 or 26.30% from 422); Max value from RGB is 199 - color contains mainly: red. Hex color #C7706F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7706F is #388F90. Grayscale: #898989. Windows color (decimal): -3706769 or 7303367. OLE color: 7303367.

HSL color Cylindrical-coordinate representation of color #C7706F: hue angle of 0.68º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C7706F is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB199112111-
CMYK00.440.440.22
HSL0.68º44%60.78%-
HSV(B)0.68º44.22%78.04%-
XYZ32.2224.8818.14-
YUV137.9112.82171.58-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.16%
GREEN value IS 112 (44.14% from 255) = 26.54%
BLUE value IS 111 (43.75% from 255) = 26.30%
R=47.16%
G=26.54%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911211100.440.440.220.684460.78
HexC7706F02C2C1612c3d
Octal307160157054542615475
Binary11000111111000011011110101100101100101101101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7706F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7706F; }

 p { color: rgb(199,112,111); }

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

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

 a { background-color: rgb(199,112,111); }

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

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

 span { border-color: rgb(199,112,111); }

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