#CC776A

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

Shades of Contessa #CC776A

Tints of Contessa #CC776A

Color information

#CC776A (or 0xCC776A) is unknown color: approx Contessa. HEX triplet: CC, 77 and 6A. RGB value is (204,119,106). Sum of RGB (Red+Green+Blue) = 204+119+106=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 119 (46.88% from 255 or 27.74% from 429); Blue value is 106 (41.80% from 255 or 24.71% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CC776A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC776A is #338895. Grayscale: #8F8F8F. Windows color (decimal): -3377302 or 6977484. OLE color: 6977484.

HSL color Cylindrical-coordinate representation of color #CC776A: hue angle of 7.96º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CC776A is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.2.

Color convert

RGB204119106-
CMYK00.420.480.2
HSL7.96º49%60.78%-
HSV(B)7.96º48.04%80%-
XYZ34.127.0717.06-
YUV142.93107.16171.56-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.55%
GREEN value IS 119 (46.88% from 255) = 27.74%
BLUE value IS 106 (41.80% from 255) = 24.71%
R=47.55%
G=27.74%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.48
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411910600.420.480.27.964960.78
HexCC776A02A30148313d
Octal3141671520526024106175
Binary11001100111011111010100101010110000101001000110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC776A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC776A; }

 p { color: rgb(204,119,106); }

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

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

 a { background-color: rgb(204,119,106); }

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

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

 span { border-color: rgb(204,119,106); }

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