#CA776A

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

Shades of Contessa #CA776A

Tints of Contessa #CA776A

Color information

#CA776A (or 0xCA776A) is unknown color: approx Contessa. HEX triplet: CA, 77 and 6A. RGB value is (202,119,106). Sum of RGB (Red+Green+Blue) = 202+119+106=427 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.31% from 427); Green value is 119 (46.88% from 255 or 27.87% from 427); Blue value is 106 (41.80% from 255 or 24.82% from 427); Max value from RGB is 202 - color contains mainly: red. Hex color #CA776A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA776A is #358895. Grayscale: #8E8E8E. Windows color (decimal): -3508374 or 6977482. OLE color: 6977482.

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

Color convert

RGB202119106-
CMYK00.410.480.21
HSL8.12º47.52%60.39%-
HSV(B)8.12º47.52%79.22%-
XYZ33.5626.7917.04-
YUV142.33107.5170.56-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.31%
GREEN value IS 119 (46.88% from 255) = 27.87%
BLUE value IS 106 (41.80% from 255) = 24.82%
R=47.31%
G=27.87%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211910600.410.480.218.1247.5260.39
HexCA776A02930158303c
Octal3121671520516025106074
Binary11001010111011111010100101001110000101011000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA776A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA776A; }

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

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

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

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

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

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

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

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