#CC7974

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

Shades of Contessa #CC7974

Tints of Contessa #CC7974

Color information

#CC7974 (or 0xCC7974) is unknown color: approx Contessa. HEX triplet: CC, 79 and 74. RGB value is (204,121,116). Sum of RGB (Red+Green+Blue) = 204+121+116=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 121 (47.66% from 255 or 27.44% from 441); Blue value is 116 (45.70% from 255 or 26.30% from 441); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7974 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7974 is #33868B. Grayscale: #919191. Windows color (decimal): -3376780 or 7633356. OLE color: 7633356.

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

Color convert

RGB204121116-
CMYK00.410.430.2
HSL3.41º46.32%62.75%-
HSV(B)3.41º43.14%80%-
XYZ34.8927.7720.04-
YUV145.25111.5169.91-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.26%
GREEN value IS 121 (47.66% from 255) = 27.44%
BLUE value IS 116 (45.70% from 255) = 26.30%
R=46.26%
G=27.44%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.43
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412111600.410.430.23.4146.3262.75
HexCC79740292B1432e3f
Octal314171164051532435677
Binary110011001111001111010001010011010111010011101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7974; }

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

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

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

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

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

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

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

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