#C8728B

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

Shades of Charm #C8728B

Tints of Charm #C8728B

Color information

#C8728B (or 0xC8728B) is unknown color: approx Charm. HEX triplet: C8, 72 and 8B. RGB value is (200,114,139). Sum of RGB (Red+Green+Blue) = 200+114+139=453 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.15% from 453); Green value is 114 (44.92% from 255 or 25.17% from 453); Blue value is 139 (54.69% from 255 or 30.68% from 453); Max value from RGB is 200 - color contains mainly: red. Hex color #C8728B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8728B is #378D74. Grayscale: #8E8E8E. Windows color (decimal): -3640693 or 9138888. OLE color: 9138888.

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

Color convert

RGB200114139-
CMYK00.430.300.22
HSL342.56º43.88%61.57%-
HSV(B)342.56º43%78.43%-
XYZ34.526.1827.66-
YUV142.56125.99168.97-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.15%
GREEN value IS 114 (44.92% from 255) = 25.17%
BLUE value IS 139 (54.69% from 255) = 30.68%
R=44.15%
G=25.17%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011413900.430.300.22342.5643.8861.57
HexC8728B02B1E161572c3e
Octal31016221305336265275476
Binary1100100011100101000101101010111111010110101010111101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8728B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8728B; }

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

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

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

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

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

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

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

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