#C8748D

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

Shades of Charm #C8748D

Tints of Charm #C8748D

Color information

#C8748D (or 0xC8748D) is unknown color: approx Charm. HEX triplet: C8, 74 and 8D. RGB value is (200,116,141). Sum of RGB (Red+Green+Blue) = 200+116+141=457 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.76% from 457); Green value is 116 (45.70% from 255 or 25.38% from 457); Blue value is 141 (55.47% from 255 or 30.85% from 457); Max value from RGB is 200 - color contains mainly: red. Hex color #C8748D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8748D is #378B72. Grayscale: #8F8F8F. Windows color (decimal): -3640179 or 9270472. OLE color: 9270472.

HSL color Cylindrical-coordinate representation of color #C8748D: hue angle of 342.14º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C8748D is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB200116141-
CMYK00.420.290.22
HSL342.14º43.3%61.96%-
HSV(B)342.14º42%78.43%-
XYZ34.8726.6928.51-
YUV143.97126.33167.97-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.76%
GREEN value IS 116 (45.70% from 255) = 25.38%
BLUE value IS 141 (55.47% from 255) = 30.85%
R=43.76%
G=25.38%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011614100.420.290.22342.1443.361.96
HexC8748D02A1D161562b3e
Octal31016421505235265265376
Binary1100100011101001000110101010101110110110101010110101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8748D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8748D; }

 p { color: rgb(200,116,141); }

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

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

 a { background-color: rgb(200,116,141); }

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

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

 span { border-color: rgb(200,116,141); }

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