#CC776B

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

Shades of Contessa #CC776B

Tints of Contessa #CC776B

Color information

#CC776B (or 0xCC776B) is unknown color: approx Contessa. HEX triplet: CC, 77 and 6B. RGB value is (204,119,107). Sum of RGB (Red+Green+Blue) = 204+119+107=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 119 (46.88% from 255 or 27.67% from 430); Blue value is 107 (42.19% from 255 or 24.88% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CC776B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC776B is #338894. Grayscale: #8F8F8F. Windows color (decimal): -3377301 or 7043020. OLE color: 7043020.

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

Color convert

RGB204119107-
CMYK00.420.480.2
HSL7.42º48.74%60.98%-
HSV(B)7.42º47.55%80%-
XYZ34.1527.0917.34-
YUV143.05107.66171.48-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.44%
GREEN value IS 119 (46.88% from 255) = 27.67%
BLUE value IS 107 (42.19% from 255) = 24.88%
R=47.44%
G=27.67%
B=24.88%

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
Decimal20411910700.420.480.27.4248.7460.98
HexCC776B02A30147313d
Octal314167153052602476175
Binary1100110011101111101011010101011000010100111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC776B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC776B; }

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

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

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

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

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

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

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

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