#CA7575

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

Shades of Contessa #CA7575

Tints of Contessa #CA7575

Color information

#CA7575 (or 0xCA7575) is unknown color: approx Contessa. HEX triplet: CA, 75 and 75. RGB value is (202,117,117). Sum of RGB (Red+Green+Blue) = 202+117+117=436 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.33% from 436); Green value is 117 (46.09% from 255 or 26.83% from 436); Blue value is 117 (46.09% from 255 or 26.83% from 436); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7575 is #358A8A. Grayscale: #8E8E8E. Windows color (decimal): -3508875 or 7697866. OLE color: 7697866.

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

Color convert

RGB202117117-
CMYK00.420.420.21
HSL44.5%62.55%-
HSV(B)42.08%79.22%-
XYZ33.9326.5620.17-
YUV142.42113.66170.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.33%
GREEN value IS 117 (46.09% from 255) = 26.83%
BLUE value IS 117 (46.09% from 255) = 26.83%
R=46.33%
G=26.83%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211711700.420.420.21044.562.55
HexCA757502A2A1502d3f
Octal312165165052522505577
Binary11001010111010111101010101010101010101010101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7575; }

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

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

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

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

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

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

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

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