#CC7973

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

Shades of Contessa #CC7973

Tints of Contessa #CC7973

Color information

#CC7973 (or 0xCC7973) is unknown color: approx Contessa. HEX triplet: CC, 79 and 73. RGB value is (204,121,115). Sum of RGB (Red+Green+Blue) = 204+121+115=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 121 (47.66% from 255 or 27.5% from 440); Blue value is 115 (45.31% from 255 or 26.14% from 440); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7973 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7973 is #33868C. Grayscale: #919191. Windows color (decimal): -3376781 or 7567820. OLE color: 7567820.

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

Color convert

RGB204121115-
CMYK00.410.440.2
HSL4.04º46.6%62.55%-
HSV(B)4.04º43.63%80%-
XYZ34.8327.7519.74-
YUV145.13111169.99-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.36%
GREEN value IS 121 (47.66% from 255) = 27.5%
BLUE value IS 115 (45.31% from 255) = 26.14%
R=46.36%
G=27.5%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.44
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412111500.410.440.24.0446.662.55
HexCC79730292C1442f3f
Octal314171163051542445777
Binary1100110011110011110011010100110110010100100101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7973; }

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

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

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

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

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

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

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

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