#CC7768

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

Shades of Contessa #CC7768

Tints of Contessa #CC7768

Color information

#CC7768 (or 0xCC7768) is unknown color: approx Contessa. HEX triplet: CC, 77 and 68. RGB value is (204,119,104). Sum of RGB (Red+Green+Blue) = 204+119+104=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 119 (46.88% from 255 or 27.87% from 427); Blue value is 104 (41.02% from 255 or 24.36% from 427); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7768 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7768 is #338897. Grayscale: #8E8E8E. Windows color (decimal): -3377304 or 6846412. OLE color: 6846412.

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

Color convert

RGB204119104-
CMYK00.420.490.2
HSL49.5%60.39%-
HSV(B)49.02%80%-
XYZ3427.0316.52-
YUV142.7106.16171.72-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.78%
GREEN value IS 119 (46.88% from 255) = 27.87%
BLUE value IS 104 (41.02% from 255) = 24.36%
R=47.78%
G=27.87%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.49
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411910400.420.490.2949.560.39
HexCC776802A31149323c
Octal3141671500526124116274
Binary11001100111011111010000101010110001101001001110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7768; }

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

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

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

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

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

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

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

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