#CA6C60

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

Shades of Contessa #CA6C60

Tints of Contessa #CA6C60

Color information

#CA6C60 (or 0xCA6C60) is unknown color: approx Contessa. HEX triplet: CA, 6C and 60. RGB value is (202,108,96). Sum of RGB (Red+Green+Blue) = 202+108+96=406 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.75% from 406); Green value is 108 (42.58% from 255 or 26.60% from 406); Blue value is 96 (37.89% from 255 or 23.65% from 406); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6C60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6C60 is #35939F. Grayscale: #868686. Windows color (decimal): -3511200 or 6319306. OLE color: 6319306.

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

Color convert

RGB20210896-
CMYK00.470.520.21
HSL6.79º50%58.43%-
HSV(B)6.79º52.48%79.22%-
XYZ31.8324.1314.05-
YUV134.74106.14175.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.75%
GREEN value IS 108 (42.58% from 255) = 26.60%
BLUE value IS 96 (37.89% from 255) = 23.65%
R=49.75%
G=26.60%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021089600.470.520.216.795058.43
HexCA6C6002F34157323a
Octal312154140057642576272
Binary1100101011011001100000010111111010010101111110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6C60; }

 p { color: rgb(202,108,96); }

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

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

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

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

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

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

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