#CA7676

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

Shades of Contessa #CA7676

Tints of Contessa #CA7676

Color information

#CA7676 (or 0xCA7676) is unknown color: approx Contessa. HEX triplet: CA, 76 and 76. RGB value is (202,118,118). Sum of RGB (Red+Green+Blue) = 202+118+118=438 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.12% from 438); Green value is 118 (46.48% from 255 or 26.94% from 438); Blue value is 118 (46.48% from 255 or 26.94% from 438); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7676 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7676 is #358989. Grayscale: #8F8F8F. Windows color (decimal): -3508618 or 7763658. OLE color: 7763658.

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

Color convert

RGB202118118-
CMYK00.420.420.21
HSL44.21%62.75%-
HSV(B)41.58%79.22%-
XYZ34.1126.8220.52-
YUV143.12113.83170-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.12%
GREEN value IS 118 (46.48% from 255) = 26.94%
BLUE value IS 118 (46.48% from 255) = 26.94%
R=46.12%
G=26.94%
B=26.94%

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
Decimal20211811800.420.420.21044.2162.75
HexCA767602A2A1502c3f
Octal312166166052522505477
Binary11001010111011011101100101010101010101010101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7676; }

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

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

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

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

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

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

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

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