#CA7A74

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

Shades of Contessa #CA7A74

Tints of Contessa #CA7A74

Color information

#CA7A74 (or 0xCA7A74) is unknown color: approx Contessa. HEX triplet: CA, 7A and 74. RGB value is (202,122,116). Sum of RGB (Red+Green+Blue) = 202+122+116=440 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.91% from 440); Green value is 122 (48.05% from 255 or 27.73% from 440); Blue value is 116 (45.70% from 255 or 26.36% from 440); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7A74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7A74 is #35858B. Grayscale: #919191. Windows color (decimal): -3507596 or 7633610. OLE color: 7633610.

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

Color convert

RGB202122116-
CMYK00.400.430.21
HSL4.19º44.79%62.35%-
HSV(B)4.19º42.57%79.22%-
XYZ34.4727.7420.06-
YUV145.24111.5168.49-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.91%
GREEN value IS 122 (48.05% from 255) = 27.73%
BLUE value IS 116 (45.70% from 255) = 26.36%
R=45.91%
G=27.73%
B=26.36%

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
Decimal20212211600.400.430.214.1944.7962.35
HexCA7A740282B1542d3e
Octal312172164050532545576
Binary1100101011110101110100010100010101110101100101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7A74; }

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

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

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

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

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

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

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

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