#CA796C

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

Shades of Contessa #CA796C

Tints of Contessa #CA796C

Color information

#CA796C (or 0xCA796C) is unknown color: approx Contessa. HEX triplet: CA, 79 and 6C. RGB value is (202,121,108). Sum of RGB (Red+Green+Blue) = 202+121+108=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 121 (47.66% from 255 or 28.07% from 431); Blue value is 108 (42.58% from 255 or 25.06% from 431); Max value from RGB is 202 - color contains mainly: red. Hex color #CA796C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA796C is #358693. Grayscale: #8F8F8F. Windows color (decimal): -3507860 or 7109066. OLE color: 7109066.

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

Color convert

RGB202121108-
CMYK00.400.470.21
HSL8.3º47%60.78%-
HSV(B)8.3º46.53%79.22%-
XYZ33.927.3117.67-
YUV143.74107.84169.56-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.87%
GREEN value IS 121 (47.66% from 255) = 28.07%
BLUE value IS 108 (42.58% from 255) = 25.06%
R=46.87%
G=28.07%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212110800.400.470.218.34760.78
HexCA796C0282F1582f3d
Octal3121711540505725105775
Binary11001010111100111011000101000101111101011000101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA796C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA796C; }

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

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

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

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

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

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

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

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