#CA7875

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

Shades of Contessa #CA7875

Tints of Contessa #CA7875

Color information

#CA7875 (or 0xCA7875) is unknown color: approx Contessa. HEX triplet: CA, 78 and 75. RGB value is (202,120,117). Sum of RGB (Red+Green+Blue) = 202+120+117=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 120 (47.27% from 255 or 27.33% from 439); Blue value is 117 (46.09% from 255 or 26.65% from 439); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7875 is #35878A. Grayscale: #909090. Windows color (decimal): -3508107 or 7698634. OLE color: 7698634.

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

Color convert

RGB202120117-
CMYK00.410.420.21
HSL2.12º44.5%62.55%-
HSV(B)2.12º42.08%79.22%-
XYZ34.2827.2720.29-
YUV144.18112.67169.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.01%
GREEN value IS 120 (47.27% from 255) = 27.33%
BLUE value IS 117 (46.09% from 255) = 26.65%
R=46.01%
G=27.33%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212011700.410.420.212.1244.562.55
HexCA78750292A1522d3f
Octal312170165051522525577
Binary110010101111000111010101010011010101010110101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7875; }

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

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

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

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

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

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

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

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