#C87278

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

Shades of Charm #C87278

Tints of Charm #C87278

Color information

#C87278 (or 0xC87278) is unknown color: approx Charm. HEX triplet: C8, 72 and 78. RGB value is (200,114,120). Sum of RGB (Red+Green+Blue) = 200+114+120=434 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.08% from 434); Green value is 114 (44.92% from 255 or 26.27% from 434); Blue value is 120 (47.27% from 255 or 27.65% from 434); Max value from RGB is 200 - color contains mainly: red. Hex color #C87278 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87278 is #378D87. Grayscale: #8C8C8C. Windows color (decimal): -3640712 or 7893704. OLE color: 7893704.

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

Color convert

RGB200114120-
CMYK00.430.40.22
HSL355.81º43.88%61.57%-
HSV(B)355.81º43%78.43%-
XYZ33.2325.6720.97-
YUV140.4116.49170.51-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.08%
GREEN value IS 114 (44.92% from 255) = 26.27%
BLUE value IS 120 (47.27% from 255) = 27.65%
R=46.08%
G=26.27%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.4
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011412000.430.40.22355.8143.8861.57
HexC8727802B28161642c3e
Octal31016217005350265445476
Binary1100100011100101111000010101110100010110101100100101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87278; }

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

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

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

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

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

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

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

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