#CA706C

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

Shades of Contessa #CA706C

Tints of Contessa #CA706C

Color information

#CA706C (or 0xCA706C) is unknown color: approx Contessa. HEX triplet: CA, 70 and 6C. RGB value is (202,112,108). Sum of RGB (Red+Green+Blue) = 202+112+108=422 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.87% from 422); Green value is 112 (44.14% from 255 or 26.54% from 422); Blue value is 108 (42.58% from 255 or 25.59% from 422); Max value from RGB is 202 - color contains mainly: red. Hex color #CA706C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA706C is #358F93. Grayscale: #8A8A8A. Windows color (decimal): -3510164 or 7106762. OLE color: 7106762.

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

Color convert

RGB202112108-
CMYK00.450.470.21
HSL2.55º47%60.78%-
HSV(B)2.55º46.53%79.22%-
XYZ32.8625.2317.32-
YUV138.45110.82173.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.87%
GREEN value IS 112 (44.14% from 255) = 26.54%
BLUE value IS 108 (42.58% from 255) = 25.59%
R=47.87%
G=26.54%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211210800.450.470.212.554760.78
HexCA706C02D2F1532f3d
Octal312160154055572535775
Binary110010101110000110110001011011011111010111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA706C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA706C; }

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

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

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

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

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

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

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

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