#CA7877

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

Shades of Contessa #CA7877

Tints of Contessa #CA7877

Color information

#CA7877 (or 0xCA7877) is unknown color: approx Contessa. HEX triplet: CA, 78 and 77. RGB value is (202,120,119). Sum of RGB (Red+Green+Blue) = 202+120+119=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 120 (47.27% from 255 or 27.21% from 441); Blue value is 119 (46.88% from 255 or 26.98% from 441); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7877 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7877 is #358788. Grayscale: #909090. Windows color (decimal): -3508105 or 7829706. OLE color: 7829706.

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

Color convert

RGB202120119-
CMYK00.410.410.21
HSL0.72º43.92%62.94%-
HSV(B)0.72º41.09%79.22%-
XYZ34.427.3220.91-
YUV144.4113.67169.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.80%
GREEN value IS 120 (47.27% from 255) = 27.21%
BLUE value IS 119 (46.88% from 255) = 26.98%
R=45.80%
G=27.21%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212011900.410.410.210.7243.9262.94
HexCA7877029291512c3f
Octal312170167051512515477
Binary11001010111100011101110101001101001101011101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7877; }

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

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

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

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

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

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

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

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