#C87685

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

Shades of Charm #C87685

Tints of Charm #C87685

Color information

#C87685 (or 0xC87685) is unknown color: approx Charm. HEX triplet: C8, 76 and 85. RGB value is (200,118,133). Sum of RGB (Red+Green+Blue) = 200+118+133=451 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.35% from 451); Green value is 118 (46.48% from 255 or 26.16% from 451); Blue value is 133 (52.34% from 255 or 29.49% from 451); Max value from RGB is 200 - color contains mainly: red. Hex color #C87685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87685 is #37897A. Grayscale: #909090. Windows color (decimal): -3639675 or 8746696. OLE color: 8746696.

HSL color Cylindrical-coordinate representation of color #C87685: hue angle of 349.02º 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 #C87685 is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB200118133-
CMYK00.410.340.22
HSL349.02º42.71%62.35%-
HSV(B)349.02º41%78.43%-
XYZ34.5326.9325.57-
YUV144.23121.67167.78-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.35%
GREEN value IS 118 (46.48% from 255) = 26.16%
BLUE value IS 133 (52.34% from 255) = 29.49%
R=44.35%
G=26.16%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011813300.410.340.22349.0242.7162.35
HexC87685029221615d2b3e
Octal31016620505142265355376
Binary11001000111011010000101010100110001010110101011101101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87685; }

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

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

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

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

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

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

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

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