#C86781

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

Shades of Charm #C86781

Tints of Charm #C86781

Color information

#C86781 (or 0xC86781) is unknown color: approx Charm. HEX triplet: C8, 67 and 81. RGB value is (200,103,129). Sum of RGB (Red+Green+Blue) = 200+103+129=432 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.30% from 432); Green value is 103 (40.62% from 255 or 23.84% from 432); Blue value is 129 (50.78% from 255 or 29.86% from 432); Max value from RGB is 200 - color contains mainly: red. Hex color #C86781 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86781 is #37987E. Grayscale: #868686. Windows color (decimal): -3643519 or 8480712. OLE color: 8480712.

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

Color convert

RGB200103129-
CMYK00.480.360.22
HSL343.92º46.86%59.41%-
HSV(B)343.92º48.5%78.43%-
XYZ32.6323.5623.6-
YUV134.97124.64174.39-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.30%
GREEN value IS 103 (40.62% from 255) = 23.84%
BLUE value IS 129 (50.78% from 255) = 29.86%
R=46.30%
G=23.84%
B=29.86%

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
Decimal20010312900.480.360.22343.9246.8659.41
HexC8678103024161582f3b
Octal31014720106044265305773
Binary11001000110011110000001011000010010010110101011000101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86781; }

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

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

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

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

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

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

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

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