#CA7C73

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

Shades of Contessa #CA7C73

Tints of Contessa #CA7C73

Color information

#CA7C73 (or 0xCA7C73) is unknown color: approx Contessa. HEX triplet: CA, 7C and 73. RGB value is (202,124,115). Sum of RGB (Red+Green+Blue) = 202+124+115=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 124 (48.83% from 255 or 28.12% from 441); Blue value is 115 (45.31% from 255 or 26.08% from 441); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7C73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7C73 is #35838C. Grayscale: #929292. Windows color (decimal): -3507085 or 7568586. OLE color: 7568586.

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

Color convert

RGB202124115-
CMYK00.390.430.21
HSL6.21º45.08%62.16%-
HSV(B)6.21º43.07%79.22%-
XYZ34.6628.2119.84-
YUV146.3110.34167.73-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.80%
GREEN value IS 124 (48.83% from 255) = 28.12%
BLUE value IS 115 (45.31% from 255) = 26.08%
R=45.80%
G=28.12%
B=26.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212411500.390.430.216.2145.0862.16
HexCA7C730272B1562d3e
Octal312174163047532565576
Binary1100101011111001110011010011110101110101110101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7C73; }

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

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

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

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

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

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

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

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