#C8748B

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

Shades of Charm #C8748B

Tints of Charm #C8748B

Color information

#C8748B (or 0xC8748B) is unknown color: approx Charm. HEX triplet: C8, 74 and 8B. RGB value is (200,116,139). Sum of RGB (Red+Green+Blue) = 200+116+139=455 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.96% from 455); Green value is 116 (45.70% from 255 or 25.49% from 455); Blue value is 139 (54.69% from 255 or 30.55% from 455); Max value from RGB is 200 - color contains mainly: red. Hex color #C8748B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8748B is #378B74. Grayscale: #8F8F8F. Windows color (decimal): -3640181 or 9139400. OLE color: 9139400.

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

Color convert

RGB200116139-
CMYK00.420.300.22
HSL343.57º43.3%61.96%-
HSV(B)343.57º42%78.43%-
XYZ34.7326.6327.74-
YUV143.74125.33168.13-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.96%
GREEN value IS 116 (45.70% from 255) = 25.49%
BLUE value IS 139 (54.69% from 255) = 30.55%
R=43.96%
G=25.49%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011613900.420.300.22343.5743.361.96
HexC8748B02A1E161582b3e
Octal31016421305236265305376
Binary1100100011101001000101101010101111010110101011000101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8748B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8748B; }

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

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

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

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

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

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

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

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