#C87286

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

Shades of Charm #C87286

Tints of Charm #C87286

Color information

#C87286 (or 0xC87286) is unknown color: approx Charm. HEX triplet: C8, 72 and 86. RGB value is (200,114,134). Sum of RGB (Red+Green+Blue) = 200+114+134=448 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.64% from 448); Green value is 114 (44.92% from 255 or 25.45% from 448); Blue value is 134 (52.73% from 255 or 29.91% from 448); Max value from RGB is 200 - color contains mainly: red. Hex color #C87286 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87286 is #378D79. Grayscale: #8E8E8E. Windows color (decimal): -3640698 or 8811208. OLE color: 8811208.

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

Color convert

RGB200114134-
CMYK00.430.330.22
HSL346.05º43.88%61.57%-
HSV(B)346.05º43%78.43%-
XYZ34.1426.0425.78-
YUV141.99123.49169.37-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.64%
GREEN value IS 114 (44.92% from 255) = 25.45%
BLUE value IS 134 (52.73% from 255) = 29.91%
R=44.64%
G=25.45%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011413400.430.330.22346.0543.8861.57
HexC8728602B211615a2c3e
Octal31016220605341265325476
Binary11001000111001010000110010101110000110110101011010101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87286; }

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

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

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

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

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

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

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

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