#C8768E

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

Shades of Charm #C8768E

Tints of Charm #C8768E

Color information

#C8768E (or 0xC8768E) is unknown color: approx Charm. HEX triplet: C8, 76 and 8E. RGB value is (200,118,142). Sum of RGB (Red+Green+Blue) = 200+118+142=460 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.48% from 460); Green value is 118 (46.48% from 255 or 25.65% from 460); Blue value is 142 (55.86% from 255 or 30.87% from 460); Max value from RGB is 200 - color contains mainly: red. Hex color #C8768E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8768E is #378971. Grayscale: #919191. Windows color (decimal): -3639666 or 9336520. OLE color: 9336520.

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

Color convert

RGB200118142-
CMYK00.410.290.22
HSL342.44º42.71%62.35%-
HSV(B)342.44º41%78.43%-
XYZ35.1827.1928.99-
YUV145.25126.17167.05-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.48%
GREEN value IS 118 (46.48% from 255) = 25.65%
BLUE value IS 142 (55.86% from 255) = 30.87%
R=43.48%
G=25.65%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011814200.410.290.22342.4442.7162.35
HexC8768E0291D161562b3e
Octal31016621605135265265376
Binary1100100011101101000111001010011110110110101010110101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8768E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8768E; }

 p { color: rgb(200,118,142); }

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

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

 a { background-color: rgb(200,118,142); }

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

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

 span { border-color: rgb(200,118,142); }

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