#CC7775

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

Shades of Contessa #CC7775

Tints of Contessa #CC7775

Color information

#CC7775 (or 0xCC7775) is unknown color: approx Contessa. HEX triplet: CC, 77 and 75. RGB value is (204,119,117). Sum of RGB (Red+Green+Blue) = 204+119+117=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 119 (46.88% from 255 or 27.05% from 440); Blue value is 117 (46.09% from 255 or 26.59% from 440); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7775 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7775 is #33888A. Grayscale: #909090. Windows color (decimal): -3377291 or 7698380. OLE color: 7698380.

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

Color convert

RGB204119117-
CMYK00.420.430.2
HSL1.38º46.03%62.94%-
HSV(B)1.38º42.65%80%-
XYZ34.7127.3220.27-
YUV144.19112.66170.66-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.36%
GREEN value IS 119 (46.88% from 255) = 27.05%
BLUE value IS 117 (46.09% from 255) = 26.59%
R=46.36%
G=27.05%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.43
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411911700.420.430.21.3846.0362.94
HexCC777502A2B1412e3f
Octal314167165052532415677
Binary11001100111011111101010101010101011101001101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7775; }

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

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

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

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

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

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

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

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