#CC796A

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

Shades of Contessa #CC796A

Tints of Contessa #CC796A

Color information

#CC796A (or 0xCC796A) is unknown color: approx Contessa. HEX triplet: CC, 79 and 6A. RGB value is (204,121,106). Sum of RGB (Red+Green+Blue) = 204+121+106=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 121 (47.66% from 255 or 28.07% from 431); Blue value is 106 (41.80% from 255 or 24.59% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CC796A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC796A is #338695. Grayscale: #909090. Windows color (decimal): -3376790 or 6977996. OLE color: 6977996.

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

Color convert

RGB204121106-
CMYK00.410.480.2
HSL9.18º49%60.78%-
HSV(B)9.18º48.04%80%-
XYZ34.3427.5517.14-
YUV144.11106.5170.72-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.33%
GREEN value IS 121 (47.66% from 255) = 28.07%
BLUE value IS 106 (41.80% from 255) = 24.59%
R=47.33%
G=28.07%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.48
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412110600.410.480.29.184960.78
HexCC796A02930149313d
Octal3141711520516024116175
Binary11001100111100111010100101001110000101001001110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC796A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC796A; }

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

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

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

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

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

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

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

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