#CA786C

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

Shades of Contessa #CA786C

Tints of Contessa #CA786C

Color information

#CA786C (or 0xCA786C) is unknown color: approx Contessa. HEX triplet: CA, 78 and 6C. RGB value is (202,120,108). Sum of RGB (Red+Green+Blue) = 202+120+108=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 120 (47.27% from 255 or 27.91% from 430); Blue value is 108 (42.58% from 255 or 25.12% from 430); Max value from RGB is 202 - color contains mainly: red. Hex color #CA786C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA786C is #358793. Grayscale: #8F8F8F. Windows color (decimal): -3508116 or 7108810. OLE color: 7108810.

HSL color Cylindrical-coordinate representation of color #CA786C: hue angle of 7.66º 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 #CA786C is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB202120108-
CMYK00.410.470.21
HSL7.66º47%60.78%-
HSV(B)7.66º46.53%79.22%-
XYZ33.7827.0717.63-
YUV143.15108.17169.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.98%
GREEN value IS 120 (47.27% from 255) = 27.91%
BLUE value IS 108 (42.58% from 255) = 25.12%
R=46.98%
G=27.91%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212010800.410.470.217.664760.78
HexCA786C0292F1582f3d
Octal3121701540515725105775
Binary11001010111100011011000101001101111101011000101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA786C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA786C; }

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

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

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

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

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

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

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

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