#C8758A

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

Shades of Charm #C8758A

Tints of Charm #C8758A

Color information

#C8758A (or 0xC8758A) is unknown color: approx Charm. HEX triplet: C8, 75 and 8A. RGB value is (200,117,138). Sum of RGB (Red+Green+Blue) = 200+117+138=455 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.96% from 455); Green value is 117 (46.09% from 255 or 25.71% from 455); Blue value is 138 (54.30% from 255 or 30.33% from 455); Max value from RGB is 200 - color contains mainly: red. Hex color #C8758A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8758A is #378A75. Grayscale: #909090. Windows color (decimal): -3639926 or 9074120. OLE color: 9074120.

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

Color convert

RGB200117138-
CMYK00.420.310.22
HSL344.82º43.01%62.16%-
HSV(B)344.82º41.5%78.43%-
XYZ34.7726.8427.39-
YUV144.21124.5167.79-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.96%
GREEN value IS 117 (46.09% from 255) = 25.71%
BLUE value IS 138 (54.30% from 255) = 30.33%
R=43.96%
G=25.71%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011713800.420.310.22344.8243.0162.16
HexC8758A02A1F161592b3e
Octal31016521205237265315376
Binary1100100011101011000101001010101111110110101011001101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8758A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8758A; }

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

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

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

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

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

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

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

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