#C8758B

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

Shades of Charm #C8758B

Tints of Charm #C8758B

Color information

#C8758B (or 0xC8758B) is unknown color: approx Charm. HEX triplet: C8, 75 and 8B. RGB value is (200,117,139). Sum of RGB (Red+Green+Blue) = 200+117+139=456 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.86% from 456); Green value is 117 (46.09% from 255 or 25.66% from 456); Blue value is 139 (54.69% from 255 or 30.48% from 456); Max value from RGB is 200 - color contains mainly: red. Hex color #C8758B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8758B is #378A74. Grayscale: #909090. Windows color (decimal): -3639925 or 9139656. OLE color: 9139656.

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

Color convert

RGB200117139-
CMYK00.420.300.22
HSL344.1º43.01%62.16%-
HSV(B)344.1º41.5%78.43%-
XYZ34.8426.8727.78-
YUV144.32125167.71-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.86%
GREEN value IS 117 (46.09% from 255) = 25.66%
BLUE value IS 139 (54.69% from 255) = 30.48%
R=43.86%
G=25.66%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011713900.420.300.22344.143.0162.16
HexC8758B02A1E161582b3e
Octal31016521305236265305376
Binary1100100011101011000101101010101111010110101011000101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8758B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8758B; }

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

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

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

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

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

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

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

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