#CA7A6D

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

Shades of Contessa #CA7A6D

Tints of Contessa #CA7A6D

Color information

#CA7A6D (or 0xCA7A6D) is unknown color: approx Contessa. HEX triplet: CA, 7A and 6D. RGB value is (202,122,109). Sum of RGB (Red+Green+Blue) = 202+122+109=433 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.65% from 433); Green value is 122 (48.05% from 255 or 28.18% from 433); Blue value is 109 (42.97% from 255 or 25.17% from 433); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7A6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7A6D is #358592. Grayscale: #909090. Windows color (decimal): -3507603 or 7174858. OLE color: 7174858.

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

Color convert

RGB202122109-
CMYK00.400.460.21
HSL8.39º46.73%60.98%-
HSV(B)8.39º46.04%79.22%-
XYZ34.0827.5818-
YUV144.44108169.06-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.65%
GREEN value IS 122 (48.05% from 255) = 28.18%
BLUE value IS 109 (42.97% from 255) = 25.17%
R=46.65%
G=28.18%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212210900.400.460.218.3946.7360.98
HexCA7A6D0282E1582f3d
Octal3121721550505625105775
Binary11001010111101011011010101000101110101011000101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7A6D; }

 p { color: rgb(202,122,109); }

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

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

 a { background-color: rgb(202,122,109); }

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

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

 span { border-color: rgb(202,122,109); }

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