#ca7973

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

Shades of Contessa #CA7973

Tints of Contessa #CA7973

Color information

#CA7973 (or 0xCA7973) is unknown color: approx Contessa. HEX triplet: CA, 79 and 73. RGB value is (202,121,115). Sum of RGB (Red+Green+Blue) = 202+121+115=438 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.12% from 438); Green value is 121 (47.66% from 255 or 27.63% from 438); Blue value is 115 (45.31% from 255 or 26.26% from 438); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7973 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7973 is #35868C. Grayscale: #909090. Windows color (decimal): -3507853 or 7567818. OLE color: 7567818.

HSL color Cylindrical-coordinate representation of color #CA7973: hue angle of 4.14º 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 #CA7973 is Cyan = 0, Magento = 0.40, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB202121115-
CMYK00.400.430.21
HSL4.14º45.08%62.16%-
HSV(B)4.14º43.07%79.22%-
XYZ34.2927.4719.71-
YUV144.54111.34168.99-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.12%
GREEN value IS 121 (47.66% from 255) = 27.63%
BLUE value IS 115 (45.31% from 255) = 26.26%
R=46.12%
G=27.63%
B=26.26%

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
Decimal20212111500.400.430.214.1445.0862.16
HexCA79730282B1542d3e
Octal312171163050532545576
Binary1100101011110011110011010100010101110101100101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca7973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca7973; }

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

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

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

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

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

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

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

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