#C8758F

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

Shades of Charm #C8758F

Tints of Charm #C8758F

Color information

#C8758F (or 0xC8758F) is unknown color: approx Charm. HEX triplet: C8, 75 and 8F. RGB value is (200,117,143). Sum of RGB (Red+Green+Blue) = 200+117+143=460 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.48% from 460); Green value is 117 (46.09% from 255 or 25.43% from 460); Blue value is 143 (56.25% from 255 or 31.09% from 460); Max value from RGB is 200 - color contains mainly: red. Hex color #C8758F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8758F is #378A70. Grayscale: #909090. Windows color (decimal): -3639921 or 9401800. OLE color: 9401800.

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

Color convert

RGB200117143-
CMYK00.420.280.22
HSL341.2º43.01%62.16%-
HSV(B)341.2º41.5%78.43%-
XYZ35.1426.9929.34-
YUV144.78127167.39-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.48%
GREEN value IS 117 (46.09% from 255) = 25.43%
BLUE value IS 143 (56.25% from 255) = 31.09%
R=43.48%
G=25.43%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011714300.420.280.22341.243.0162.16
HexC8758F02A1C161552b3e
Octal31016521705234265255376
Binary1100100011101011000111101010101110010110101010101101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8758F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8758F; }

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

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

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

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

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

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

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

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