#C87378

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

Shades of Charm #C87378

Tints of Charm #C87378

Color information

#C87378 (or 0xC87378) is unknown color: approx Charm. HEX triplet: C8, 73 and 78. RGB value is (200,115,120). Sum of RGB (Red+Green+Blue) = 200+115+120=435 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.98% from 435); Green value is 115 (45.31% from 255 or 26.44% from 435); Blue value is 120 (47.27% from 255 or 27.59% from 435); Max value from RGB is 200 - color contains mainly: red. Hex color #C87378 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87378 is #378C87. Grayscale: #8D8D8D. Windows color (decimal): -3640456 or 7893960. OLE color: 7893960.

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

Color convert

RGB200115120-
CMYK00.420.40.22
HSL356.47º43.59%61.76%-
HSV(B)356.47º42.5%78.43%-
XYZ33.3425.921.01-
YUV140.98116.16170.09-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.98%
GREEN value IS 115 (45.31% from 255) = 26.44%
BLUE value IS 120 (47.27% from 255) = 27.59%
R=45.98%
G=26.44%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.4
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011512000.420.40.22356.4743.5961.76
HexC8737802A28161642c3e
Octal31016317005250265445476
Binary1100100011100111111000010101010100010110101100100101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87378; }

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

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

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

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

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

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

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

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