#C8758E

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

Shades of Charm #C8758E

Tints of Charm #C8758E

Color information

#C8758E (or 0xC8758E) is unknown color: approx Charm. HEX triplet: C8, 75 and 8E. RGB value is (200,117,142). Sum of RGB (Red+Green+Blue) = 200+117+142=459 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.57% from 459); Green value is 117 (46.09% from 255 or 25.49% from 459); Blue value is 142 (55.86% from 255 or 30.94% from 459); Max value from RGB is 200 - color contains mainly: red. Hex color #C8758E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8758E is #378A71. Grayscale: #909090. Windows color (decimal): -3639922 or 9336264. OLE color: 9336264.

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

Color convert

RGB200117142-
CMYK00.420.290.22
HSL341.93º43.01%62.16%-
HSV(B)341.93º41.5%78.43%-
XYZ35.0626.9528.95-
YUV144.67126.5167.47-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.57%
GREEN value IS 117 (46.09% from 255) = 25.49%
BLUE value IS 142 (55.86% from 255) = 30.94%
R=43.57%
G=25.49%
B=30.94%

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
Decimal20011714200.420.290.22341.9343.0162.16
HexC8758E02A1D161562b3e
Octal31016521605235265265376
Binary1100100011101011000111001010101110110110101010110101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8758E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8758E; }

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

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

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

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

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

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

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

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