#CC776F

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

Shades of Contessa #CC776F

Tints of Contessa #CC776F

Color information

#CC776F (or 0xCC776F) is unknown color: approx Contessa. HEX triplet: CC, 77 and 6F. RGB value is (204,119,111). Sum of RGB (Red+Green+Blue) = 204+119+111=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 119 (46.88% from 255 or 27.42% from 434); Blue value is 111 (43.75% from 255 or 25.58% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CC776F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC776F is #338890. Grayscale: #8F8F8F. Windows color (decimal): -3377297 or 7305164. OLE color: 7305164.

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

Color convert

RGB204119111-
CMYK00.420.460.2
HSL5.16º47.69%61.76%-
HSV(B)5.16º45.59%80%-
XYZ34.3727.1818.47-
YUV143.5109.66171.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.00%
GREEN value IS 119 (46.88% from 255) = 27.42%
BLUE value IS 111 (43.75% from 255) = 25.58%
R=47.00%
G=27.42%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.46
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411911100.420.460.25.1647.6961.76
HexCC776F02A2E145303e
Octal314167157052562456076
Binary1100110011101111101111010101010111010100101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC776F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC776F; }

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

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

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

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

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

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

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

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