#CA7868

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

Shades of Contessa #CA7868

Tints of Contessa #CA7868

Color information

#CA7868 (or 0xCA7868) is unknown color: approx Contessa. HEX triplet: CA, 78 and 68. RGB value is (202,120,104). Sum of RGB (Red+Green+Blue) = 202+120+104=426 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.42% from 426); Green value is 120 (47.27% from 255 or 28.17% from 426); Blue value is 104 (41.02% from 255 or 24.41% from 426); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7868 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7868 is #358797. Grayscale: #8E8E8E. Windows color (decimal): -3508120 or 6846666. OLE color: 6846666.

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

Color convert

RGB202120104-
CMYK00.410.490.21
HSL9.8º48.04%60%-
HSV(B)9.8º48.51%79.22%-
XYZ33.5726.9916.54-
YUV142.69106.17170.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.42%
GREEN value IS 120 (47.27% from 255) = 28.17%
BLUE value IS 104 (41.02% from 255) = 24.41%
R=47.42%
G=28.17%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212010400.410.490.219.848.0460
HexCA78680293115a303c
Octal3121701500516125126074
Binary11001010111100011010000101001110001101011010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7868; }

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

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

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

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

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

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

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

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