#C87D82

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

Shades of Charm #C87D82

Tints of Charm #C87D82

Color information

#C87D82 (or 0xC87D82) is unknown color: approx Charm. HEX triplet: C8, 7D and 82. RGB value is (200,125,130). Sum of RGB (Red+Green+Blue) = 200+125+130=455 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.96% from 455); Green value is 125 (49.22% from 255 or 27.47% from 455); Blue value is 130 (51.17% from 255 or 28.57% from 455); Max value from RGB is 200 - color contains mainly: red. Hex color #C87D82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87D82 is #37827D. Grayscale: #949494. Windows color (decimal): -3637886 or 8551880. OLE color: 8551880.

HSL color Cylindrical-coordinate representation of color #C87D82: hue angle of 356º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C87D82 is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB200125130-
CMYK00.380.350.22
HSL356º40.54%63.73%-
HSV(B)356º37.5%78.43%-
XYZ35.1828.5624.78-
YUV148117.85165.09-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.96%
GREEN value IS 125 (49.22% from 255) = 27.47%
BLUE value IS 130 (51.17% from 255) = 28.57%
R=43.96%
G=27.47%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012513000.380.350.2235640.5463.73
HexC87D8202623161642940
Octal310175202046432654451100
Binary110010001111101100000100100110100011101101011001001010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87D82; }

 p { color: rgb(200,125,130); }

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

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

 a { background-color: rgb(200,125,130); }

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

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

 span { border-color: rgb(200,125,130); }

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