#C87682

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

Shades of Charm #C87682

Tints of Charm #C87682

Color information

#C87682 (or 0xC87682) is unknown color: approx Charm. HEX triplet: C8, 76 and 82. RGB value is (200,118,130). Sum of RGB (Red+Green+Blue) = 200+118+130=448 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.64% from 448); Green value is 118 (46.48% from 255 or 26.34% from 448); Blue value is 130 (51.17% from 255 or 29.02% from 448); Max value from RGB is 200 - color contains mainly: red. Hex color #C87682 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87682 is #37897D. Grayscale: #8F8F8F. Windows color (decimal): -3639678 or 8550088. OLE color: 8550088.

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

Color convert

RGB200118130-
CMYK00.410.350.22
HSL351.22º42.71%62.35%-
HSV(B)351.22º41%78.43%-
XYZ34.3326.8524.49-
YUV143.89120.17168.02-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.64%
GREEN value IS 118 (46.48% from 255) = 26.34%
BLUE value IS 130 (51.17% from 255) = 29.02%
R=44.64%
G=26.34%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011813000.410.350.22351.2242.7162.35
HexC87682029231615f2b3e
Octal31016620205143265375376
Binary11001000111011010000010010100110001110110101011111101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87682; }

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

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

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

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

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

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

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

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