#ca7a73

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

Shades of Contessa #CA7A73

Tints of Contessa #CA7A73

Color information

#CA7A73 (or 0xCA7A73) is unknown color: approx Contessa. HEX triplet: CA, 7A and 73. RGB value is (202,122,115). Sum of RGB (Red+Green+Blue) = 202+122+115=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 122 (48.05% from 255 or 27.79% from 439); Blue value is 115 (45.31% from 255 or 26.20% from 439); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7A73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7A73 is #35858C. Grayscale: #919191. Windows color (decimal): -3507597 or 7568074. OLE color: 7568074.

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

Color convert

RGB202122115-
CMYK00.400.430.21
HSL4.83º45.08%62.16%-
HSV(B)4.83º43.07%79.22%-
XYZ34.4127.7119.76-
YUV145.12111168.57-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.01%
GREEN value IS 122 (48.05% from 255) = 27.79%
BLUE value IS 115 (45.31% from 255) = 26.20%
R=46.01%
G=27.79%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212211500.400.430.214.8345.0862.16
HexCA7A730282B1552d3e
Octal312172163050532555576
Binary1100101011110101110011010100010101110101101101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca7a73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca7a73; }

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

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

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

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

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

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

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

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