#C86F6D

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

Shades of Contessa #C86F6D

Tints of Contessa #C86F6D

Color information

#C86F6D (or 0xC86F6D) is unknown color: approx Contessa. HEX triplet: C8, 6F and 6D. RGB value is (200,111,109). Sum of RGB (Red+Green+Blue) = 200+111+109=420 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.62% from 420); Green value is 111 (43.75% from 255 or 26.43% from 420); Blue value is 109 (42.97% from 255 or 25.95% from 420); Max value from RGB is 200 - color contains mainly: red. Hex color #C86F6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86F6D is #379092. Grayscale: #898989. Windows color (decimal): -3641491 or 7172040. OLE color: 7172040.

HSL color Cylindrical-coordinate representation of color #C86F6D: hue angle of 1.32º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C86F6D is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB200111109-
CMYK00.440.460.22
HSL1.32º45.27%60.59%-
HSV(B)1.32º45.5%78.43%-
XYZ32.2624.7517.55-
YUV137.38111.99172.66-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.62%
GREEN value IS 111 (43.75% from 255) = 26.43%
BLUE value IS 109 (42.97% from 255) = 25.95%
R=47.62%
G=26.43%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011110900.440.460.221.3245.2760.59
HexC86F6D02C2E1612d3d
Octal310157155054562615575
Binary11001000110111111011010101100101110101101101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86F6D; }

 p { color: rgb(200,111,109); }

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

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

 a { background-color: rgb(200,111,109); }

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

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

 span { border-color: rgb(200,111,109); }

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