#C8758C

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

Shades of Charm #C8758C

Tints of Charm #C8758C

Color information

#C8758C (or 0xC8758C) is unknown color: approx Charm. HEX triplet: C8, 75 and 8C. RGB value is (200,117,140). Sum of RGB (Red+Green+Blue) = 200+117+140=457 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.76% from 457); Green value is 117 (46.09% from 255 or 25.60% from 457); Blue value is 140 (55.08% from 255 or 30.63% from 457); Max value from RGB is 200 - color contains mainly: red. Hex color #C8758C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8758C is #378A73. Grayscale: #909090. Windows color (decimal): -3639924 or 9205192. OLE color: 9205192.

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

Color convert

RGB200117140-
CMYK00.420.30.22
HSL343.37º43.01%62.16%-
HSV(B)343.37º41.5%78.43%-
XYZ34.9126.928.16-
YUV144.44125.5167.63-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.76%
GREEN value IS 117 (46.09% from 255) = 25.60%
BLUE value IS 140 (55.08% from 255) = 30.63%
R=43.76%
G=25.60%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.3
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011714000.420.30.22343.3743.0162.16
HexC8758C02A1E161572b3e
Octal31016521405236265275376
Binary1100100011101011000110001010101111010110101010111101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8758C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8758C; }

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

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

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

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

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

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

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

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