#CA706D

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

Shades of Contessa #CA706D

Tints of Contessa #CA706D

Color information

#CA706D (or 0xCA706D) is unknown color: approx Contessa. HEX triplet: CA, 70 and 6D. RGB value is (202,112,109). Sum of RGB (Red+Green+Blue) = 202+112+109=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 112 (44.14% from 255 or 26.48% from 423); Blue value is 109 (42.97% from 255 or 25.77% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CA706D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA706D is #358F92. Grayscale: #8A8A8A. Windows color (decimal): -3510163 or 7172298. OLE color: 7172298.

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

Color convert

RGB202112109-
CMYK00.450.460.21
HSL1.94º46.73%60.98%-
HSV(B)1.94º46.04%79.22%-
XYZ32.9125.2517.61-
YUV138.57111.32173.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.75%
GREEN value IS 112 (44.14% from 255) = 26.48%
BLUE value IS 109 (42.97% from 255) = 25.77%
R=47.75%
G=26.48%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211210900.450.460.211.9446.7360.98
HexCA706D02D2E1522f3d
Octal312160155055562525775
Binary110010101110000110110101011011011101010110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA706D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA706D; }

 p { color: rgb(202,112,109); }

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

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

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

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

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

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

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