#CA796F

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

Shades of Contessa #CA796F

Tints of Contessa #CA796F

Color information

#CA796F (or 0xCA796F) is unknown color: approx Contessa. HEX triplet: CA, 79 and 6F. RGB value is (202,121,111). Sum of RGB (Red+Green+Blue) = 202+121+111=434 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.54% from 434); Green value is 121 (47.66% from 255 or 27.88% from 434); Blue value is 111 (43.75% from 255 or 25.58% from 434); Max value from RGB is 202 - color contains mainly: red. Hex color #CA796F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA796F is #358690. Grayscale: #909090. Windows color (decimal): -3507857 or 7305674. OLE color: 7305674.

HSL color Cylindrical-coordinate representation of color #CA796F: hue angle of 6.59º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CA796F is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB202121111-
CMYK00.400.450.21
HSL6.59º46.19%61.37%-
HSV(B)6.59º45.05%79.22%-
XYZ34.0627.3818.53-
YUV144.08109.34169.31-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.54%
GREEN value IS 121 (47.66% from 255) = 27.88%
BLUE value IS 111 (43.75% from 255) = 25.58%
R=46.54%
G=27.88%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212111100.400.450.216.5946.1961.37
HexCA796F0282D1572e3d
Octal312171157050552575675
Binary1100101011110011101111010100010110110101111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA796F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA796F; }

 p { color: rgb(202,121,111); }

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

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

 a { background-color: rgb(202,121,111); }

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

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

 span { border-color: rgb(202,121,111); }

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