#C86F8B

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

Shades of Charm #C86F8B

Tints of Charm #C86F8B

Color information

#C86F8B (or 0xC86F8B) is unknown color: approx Charm. HEX triplet: C8, 6F and 8B. RGB value is (200,111,139). Sum of RGB (Red+Green+Blue) = 200+111+139=450 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.44% from 450); Green value is 111 (43.75% from 255 or 24.67% from 450); Blue value is 139 (54.69% from 255 or 30.89% from 450); Max value from RGB is 200 - color contains mainly: red. Hex color #C86F8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86F8B is #379074. Grayscale: #8C8C8C. Windows color (decimal): -3641461 or 9138120. OLE color: 9138120.

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

Color convert

RGB200111139-
CMYK00.440.300.22
HSL341.12º44.72%60.98%-
HSV(B)341.12º44.5%78.43%-
XYZ34.1625.5127.55-
YUV140.8126.99170.22-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.44%
GREEN value IS 111 (43.75% from 255) = 24.67%
BLUE value IS 139 (54.69% from 255) = 30.89%
R=44.44%
G=24.67%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011113900.440.300.22341.1244.7260.98
HexC86F8B02C1E161552d3d
Octal31015721305436265255575
Binary1100100011011111000101101011001111010110101010101101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86F8B; }

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

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

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

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

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

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

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

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