#C8788C

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

Shades of Charm #C8788C

Tints of Charm #C8788C

Color information

#C8788C (or 0xC8788C) is unknown color: approx Charm. HEX triplet: C8, 78 and 8C. RGB value is (200,120,140). Sum of RGB (Red+Green+Blue) = 200+120+140=460 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.48% from 460); Green value is 120 (47.27% from 255 or 26.09% from 460); Blue value is 140 (55.08% from 255 or 30.43% from 460); Max value from RGB is 200 - color contains mainly: red. Hex color #C8788C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8788C is #378773. Grayscale: #929292. Windows color (decimal): -3639156 or 9205960. OLE color: 9205960.

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

Color convert

RGB200120140-
CMYK00.40.30.22
HSL345º42.11%62.75%-
HSV(B)345º40%78.43%-
XYZ35.2727.6128.28-
YUV146.2124.5166.37-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.48%
GREEN value IS 120 (47.27% from 255) = 26.09%
BLUE value IS 140 (55.08% from 255) = 30.43%
R=43.48%
G=26.09%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.3
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012014000.40.30.2234542.1162.75
HexC8788C0281E161592a3f
Octal31017021405036265315277
Binary1100100011110001000110001010001111010110101011001101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8788C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8788C; }

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

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

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

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

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

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

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

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