#C88186

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

Shades of Charm #C88186

Tints of Charm #C88186

Color information

#C88186 (or 0xC88186) is unknown color: approx Charm. HEX triplet: C8, 81 and 86. RGB value is (200,129,134). Sum of RGB (Red+Green+Blue) = 200+129+134=463 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.20% from 463); Green value is 129 (50.78% from 255 or 27.86% from 463); Blue value is 134 (52.73% from 255 or 28.94% from 463); Max value from RGB is 200 - color contains mainly: red. Hex color #C88186 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88186 is #377E79. Grayscale: #969696. Windows color (decimal): -3636858 or 8815048. OLE color: 8815048.

HSL color Cylindrical-coordinate representation of color #C88186: hue angle of 355.77º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C88186 is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB200129134-
CMYK00.360.330.22
HSL355.77º39.23%64.51%-
HSV(B)355.77º35.5%78.43%-
XYZ35.9729.726.39-
YUV150.8118.52163.09-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.20%
GREEN value IS 129 (50.78% from 255) = 27.86%
BLUE value IS 134 (52.73% from 255) = 28.94%
R=43.20%
G=27.86%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012913400.360.330.22355.7739.2364.51
HexC8818602421161642741
Octal310201206044412654447101
Binary1100100010000001100001100100100100001101101011001001001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88186; }

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

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

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

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

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

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

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

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