#C86981

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

Shades of Charm #C86981

Tints of Charm #C86981

Color information

#C86981 (or 0xC86981) is unknown color: approx Charm. HEX triplet: C8, 69 and 81. RGB value is (200,105,129). Sum of RGB (Red+Green+Blue) = 200+105+129=434 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.08% from 434); Green value is 105 (41.41% from 255 or 24.19% from 434); Blue value is 129 (50.78% from 255 or 29.72% from 434); Max value from RGB is 200 - color contains mainly: red. Hex color #C86981 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86981 is #37967E. Grayscale: #888888. Windows color (decimal): -3643007 or 8481224. OLE color: 8481224.

HSL color Cylindrical-coordinate representation of color #C86981: hue angle of 344.84º 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 #C86981 is Cyan = 0, Magento = 0.48, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB200105129-
CMYK00.480.360.22
HSL344.84º46.34%59.8%-
HSV(B)344.84º47.5%78.43%-
XYZ32.8323.9723.66-
YUV136.14123.97173.55-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.08%
GREEN value IS 105 (41.41% from 255) = 24.19%
BLUE value IS 129 (50.78% from 255) = 29.72%
R=46.08%
G=24.19%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010512900.480.360.22344.8446.3459.8
HexC8698103024161592e3c
Octal31015120106044265315674
Binary11001000110100110000001011000010010010110101011001101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86981; }

 p { color: rgb(200,105,129); }

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

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

 a { background-color: rgb(200,105,129); }

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

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

 span { border-color: rgb(200,105,129); }

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