#CA7574

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

Shades of Contessa #CA7574

Tints of Contessa #CA7574

Color information

#CA7574 (or 0xCA7574) is unknown color: approx Contessa. HEX triplet: CA, 75 and 74. RGB value is (202,117,116). Sum of RGB (Red+Green+Blue) = 202+117+116=435 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.44% from 435); Green value is 117 (46.09% from 255 or 26.90% from 435); Blue value is 116 (45.70% from 255 or 26.67% from 435); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7574 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7574 is #358A8B. Grayscale: #8E8E8E. Windows color (decimal): -3508876 or 7632330. OLE color: 7632330.

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

Color convert

RGB202117116-
CMYK00.420.430.21
HSL0.7º44.79%62.35%-
HSV(B)0.7º42.57%79.22%-
XYZ33.8726.5419.86-
YUV142.3113.16170.58-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.44%
GREEN value IS 117 (46.09% from 255) = 26.90%
BLUE value IS 116 (45.70% from 255) = 26.67%
R=46.44%
G=26.90%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211711600.420.430.210.744.7962.35
HexCA757402A2B1512d3e
Octal312165164052532515576
Binary11001010111010111101000101010101011101011101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7574; }

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

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

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

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

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

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

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

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