#c77066

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

Shades of Contessa #C77066

Tints of Contessa #C77066

Color information

#C77066 (or 0xC77066) is unknown color: approx Contessa. HEX triplet: C7, 70 and 66. RGB value is (199,112,102). Sum of RGB (Red+Green+Blue) = 199+112+102=413 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.18% from 413); Green value is 112 (44.14% from 255 or 27.12% from 413); Blue value is 102 (40.23% from 255 or 24.70% from 413); Max value from RGB is 199 - color contains mainly: red. Hex color #C77066 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77066 is #388F99. Grayscale: #898989. Windows color (decimal): -3706778 or 6713543. OLE color: 6713543.

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

Color convert

RGB199112102-
CMYK00.440.490.22
HSL6.19º46.41%59.02%-
HSV(B)6.19º48.74%78.04%-
XYZ31.7524.6915.66-
YUV136.87108.32172.31-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 48.18%
GREEN value IS 112 (44.14% from 255) = 27.12%
BLUE value IS 102 (40.23% from 255) = 24.70%
R=48.18%
G=27.12%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911210200.440.490.226.1946.4159.02
HexC7706602C311662e3b
Octal307160146054612665673
Binary1100011111100001100110010110011000110110110101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c77066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c77066; }

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

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

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

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

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

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

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

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