#C77266

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

Shades of Contessa #C77266

Tints of Contessa #C77266

Color information

#C77266 (or 0xC77266) is unknown color: approx Contessa. HEX triplet: C7, 72 and 66. RGB value is (199,114,102). Sum of RGB (Red+Green+Blue) = 199+114+102=415 (54% of max value = 765). Red value is 199 (78.12% from 255 or 47.95% from 415); Green value is 114 (44.92% from 255 or 27.47% from 415); Blue value is 102 (40.23% from 255 or 24.58% from 415); Max value from RGB is 199 - color contains mainly: red. Hex color #C77266 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77266 is #388D99. Grayscale: #8A8A8A. Windows color (decimal): -3706266 or 6714055. OLE color: 6714055.

HSL color Cylindrical-coordinate representation of color #C77266: hue angle of 7.42º 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 #C77266 is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB199114102-
CMYK00.430.490.22
HSL7.42º46.41%59.02%-
HSV(B)7.42º48.74%78.04%-
XYZ31.9725.1415.74-
YUV138.05107.66171.48-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.95%
GREEN value IS 114 (44.92% from 255) = 27.47%
BLUE value IS 102 (40.23% from 255) = 24.58%
R=47.95%
G=27.47%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911410200.430.490.227.4246.4159.02
HexC7726602B311672e3b
Octal307162146053612675673
Binary1100011111100101100110010101111000110110111101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77266; }

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

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

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

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

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

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

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

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