#cc7a73

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

Shades of Contessa #CC7A73

Tints of Contessa #CC7A73

Color information

#CC7A73 (or 0xCC7A73) is unknown color: approx Contessa. HEX triplet: CC, 7A and 73. RGB value is (204,122,115). Sum of RGB (Red+Green+Blue) = 204+122+115=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 122 (48.05% from 255 or 27.66% from 441); Blue value is 115 (45.31% from 255 or 26.08% from 441); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7A73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7A73 is #33858C. Grayscale: #919191. Windows color (decimal): -3376525 or 7568076. OLE color: 7568076.

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

Color convert

RGB204122115-
CMYK00.400.440.2
HSL4.72º46.6%62.55%-
HSV(B)4.72º43.63%80%-
XYZ34.9627.9919.78-
YUV145.72110.67169.57-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.26%
GREEN value IS 122 (48.05% from 255) = 27.66%
BLUE value IS 115 (45.31% from 255) = 26.08%
R=46.26%
G=27.66%
B=26.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.44
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412211500.400.440.24.7246.662.55
HexCC7A730282C1452f3f
Octal314172163050542455777
Binary1100110011110101110011010100010110010100101101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc7a73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc7a73; }

 p { color: rgb(204,122,115); }

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

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

 a { background-color: rgb(204,122,115); }

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

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

 span { border-color: rgb(204,122,115); }

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