#CA786A

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

Shades of Contessa #CA786A

Tints of Contessa #CA786A

Color information

#CA786A (or 0xCA786A) is unknown color: approx Contessa. HEX triplet: CA, 78 and 6A. RGB value is (202,120,106). Sum of RGB (Red+Green+Blue) = 202+120+106=428 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.20% from 428); Green value is 120 (47.27% from 255 or 28.04% from 428); Blue value is 106 (41.80% from 255 or 24.77% from 428); Max value from RGB is 202 - color contains mainly: red. Hex color #CA786A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA786A is #358795. Grayscale: #8F8F8F. Windows color (decimal): -3508118 or 6977738. OLE color: 6977738.

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

Color convert

RGB202120106-
CMYK00.410.480.21
HSL8.75º47.52%60.39%-
HSV(B)8.75º47.52%79.22%-
XYZ33.6827.0317.08-
YUV142.92107.17170.14-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.20%
GREEN value IS 120 (47.27% from 255) = 28.04%
BLUE value IS 106 (41.80% from 255) = 24.77%
R=47.20%
G=28.04%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212010600.410.480.218.7547.5260.39
HexCA786A02930159303c
Octal3121701520516025116074
Binary11001010111100011010100101001110000101011001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA786A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA786A; }

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

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

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

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

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

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

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

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