#C86F6B

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

Shades of Contessa #C86F6B

Tints of Contessa #C86F6B

Color information

#C86F6B (or 0xC86F6B) is unknown color: approx Contessa. HEX triplet: C8, 6F and 6B. RGB value is (200,111,107). Sum of RGB (Red+Green+Blue) = 200+111+107=418 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.85% from 418); Green value is 111 (43.75% from 255 or 26.56% from 418); Blue value is 107 (42.19% from 255 or 25.60% from 418); Max value from RGB is 200 - color contains mainly: red. Hex color #C86F6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86F6B is #379094. Grayscale: #898989. Windows color (decimal): -3641493 or 7040968. OLE color: 7040968.

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

Color convert

RGB200111107-
CMYK00.440.460.22
HSL2.58º45.81%60.2%-
HSV(B)2.58º46.5%78.43%-
XYZ32.1624.7116.98-
YUV137.16110.99172.83-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.85%
GREEN value IS 111 (43.75% from 255) = 26.56%
BLUE value IS 107 (42.19% from 255) = 25.60%
R=47.85%
G=26.56%
B=25.60%

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
Decimal20011110700.440.460.222.5845.8160.2
HexC86F6B02C2E1632e3c
Octal310157153054562635674
Binary110010001101111110101101011001011101011011101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86F6B; }

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

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

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

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

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

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

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

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