#C87185

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

Shades of Charm #C87185

Tints of Charm #C87185

Color information

#C87185 (or 0xC87185) is unknown color: approx Charm. HEX triplet: C8, 71 and 85. RGB value is (200,113,133). Sum of RGB (Red+Green+Blue) = 200+113+133=446 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.84% from 446); Green value is 113 (44.53% from 255 or 25.34% from 446); Blue value is 133 (52.34% from 255 or 29.82% from 446); Max value from RGB is 200 - color contains mainly: red. Hex color #C87185 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87185 is #378E7A. Grayscale: #8D8D8D. Windows color (decimal): -3640955 or 8745416. OLE color: 8745416.

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

Color convert

RGB200113133-
CMYK00.440.340.22
HSL346.21º44.16%61.37%-
HSV(B)346.21º43.5%78.43%-
XYZ33.9625.7825.38-
YUV141.29123.32169.87-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.84%
GREEN value IS 113 (44.53% from 255) = 25.34%
BLUE value IS 133 (52.34% from 255) = 29.82%
R=44.84%
G=25.34%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011313300.440.340.22346.2144.1661.37
HexC8718502C221615a2c3d
Octal31016120505442265325475
Binary11001000111000110000101010110010001010110101011010101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87185; }

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

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

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

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

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

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

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

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