#C86863

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

Shades of Contessa #C86863

Tints of Contessa #C86863

Color information

#C86863 (or 0xC86863) is unknown color: approx Contessa. HEX triplet: C8, 68 and 63. RGB value is (200,104,99). Sum of RGB (Red+Green+Blue) = 200+104+99=403 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.63% from 403); Green value is 104 (41.02% from 255 or 25.81% from 403); Blue value is 99 (39.06% from 255 or 24.57% from 403); Max value from RGB is 200 - color contains mainly: red. Hex color #C86863 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86863 is #37979C. Grayscale: #848484. Windows color (decimal): -3643293 or 6514888. OLE color: 6514888.

HSL color Cylindrical-coordinate representation of color #C86863: hue angle of 2.97º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C86863 is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.22.

Color convert

RGB20010499-
CMYK00.480.500.22
HSL2.97º47.87%58.63%-
HSV(B)2.97º50.5%78.43%-
XYZ31.0223.0814.62-
YUV132.13109.3176.41-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.63%
GREEN value IS 104 (41.02% from 255) = 25.81%
BLUE value IS 99 (39.06% from 255) = 24.57%
R=49.63%
G=25.81%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.50
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001049900.480.500.222.9747.8758.63
HexC8686303032163303b
Octal310150143060622636073
Binary110010001101000110001101100001100101011011110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86863; }

 p { color: rgb(200,104,99); }

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

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

 a { background-color: rgb(200,104,99); }

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

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

 span { border-color: rgb(200,104,99); }

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