#C8728C

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

Shades of Charm #C8728C

Tints of Charm #C8728C

Color information

#C8728C (or 0xC8728C) is unknown color: approx Charm. HEX triplet: C8, 72 and 8C. RGB value is (200,114,140). Sum of RGB (Red+Green+Blue) = 200+114+140=454 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.05% from 454); Green value is 114 (44.92% from 255 or 25.11% from 454); Blue value is 140 (55.08% from 255 or 30.84% from 454); Max value from RGB is 200 - color contains mainly: red. Hex color #C8728C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8728C is #378D73. Grayscale: #8E8E8E. Windows color (decimal): -3640692 or 9204424. OLE color: 9204424.

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

Color convert

RGB200114140-
CMYK00.430.30.22
HSL341.86º43.88%61.57%-
HSV(B)341.86º43%78.43%-
XYZ34.5726.2128.05-
YUV142.68126.49168.89-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.05%
GREEN value IS 114 (44.92% from 255) = 25.11%
BLUE value IS 140 (55.08% from 255) = 30.84%
R=44.05%
G=25.11%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.3
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011414000.430.30.22341.8643.8861.57
HexC8728C02B1E161562c3e
Octal31016221405336265265476
Binary1100100011100101000110001010111111010110101010110101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8728C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8728C; }

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

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

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

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

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

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

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

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