#CA6A61

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

Shades of Contessa #CA6A61

Tints of Contessa #CA6A61

Color information

#CA6A61 (or 0xCA6A61) is unknown color: approx Contessa. HEX triplet: CA, 6A and 61. RGB value is (202,106,97). Sum of RGB (Red+Green+Blue) = 202+106+97=405 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.88% from 405); Green value is 106 (41.80% from 255 or 26.17% from 405); Blue value is 97 (38.28% from 255 or 23.95% from 405); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6A61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6A61 is #35959E. Grayscale: #858585. Windows color (decimal): -3511711 or 6384330. OLE color: 6384330.

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

Color convert

RGB20210697-
CMYK00.480.520.21
HSL5.14º49.76%58.63%-
HSV(B)5.14º51.98%79.22%-
XYZ31.6723.7314.22-
YUV133.68107.3176.73-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.88%
GREEN value IS 106 (41.80% from 255) = 26.17%
BLUE value IS 97 (38.28% from 255) = 23.95%
R=49.88%
G=26.17%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021069700.480.520.215.1449.7658.63
HexCA6A6103034155323b
Octal312152141060642556273
Binary1100101011010101100001011000011010010101101110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6A61; }

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

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

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

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

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

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

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

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