#CC796E

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

Shades of Contessa #CC796E

Tints of Contessa #CC796E

Color information

#CC796E (or 0xCC796E) is unknown color: approx Contessa. HEX triplet: CC, 79 and 6E. RGB value is (204,121,110). Sum of RGB (Red+Green+Blue) = 204+121+110=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 121 (47.66% from 255 or 27.82% from 435); Blue value is 110 (43.36% from 255 or 25.29% from 435); Max value from RGB is 204 - color contains mainly: red. Hex color #CC796E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC796E is #338691. Grayscale: #909090. Windows color (decimal): -3376786 or 7240140. OLE color: 7240140.

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

Color convert

RGB204121110-
CMYK00.410.460.2
HSL7.02º47.96%61.57%-
HSV(B)7.02º46.08%80%-
XYZ34.5527.6418.27-
YUV144.56108.5170.39-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.90%
GREEN value IS 121 (47.66% from 255) = 27.82%
BLUE value IS 110 (43.36% from 255) = 25.29%
R=46.90%
G=27.82%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.46
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412111000.410.460.27.0247.9661.57
HexCC796E0292E147303e
Octal314171156051562476076
Binary1100110011110011101110010100110111010100111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC796E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC796E; }

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

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

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

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

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

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

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

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