#C8718A

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

Shades of Charm #C8718A

Tints of Charm #C8718A

Color information

#C8718A (or 0xC8718A) is unknown color: approx Charm. HEX triplet: C8, 71 and 8A. RGB value is (200,113,138). Sum of RGB (Red+Green+Blue) = 200+113+138=451 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.35% from 451); Green value is 113 (44.53% from 255 or 25.06% from 451); Blue value is 138 (54.30% from 255 or 30.60% from 451); Max value from RGB is 200 - color contains mainly: red. Hex color #C8718A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8718A is #378E75. Grayscale: #8D8D8D. Windows color (decimal): -3640950 or 9073096. OLE color: 9073096.

HSL color Cylindrical-coordinate representation of color #C8718A: hue angle of 342.76º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C8718A is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB200113138-
CMYK00.440.310.22
HSL342.76º44.16%61.37%-
HSV(B)342.76º43.5%78.43%-
XYZ34.3125.9227.24-
YUV141.86125.82169.47-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.35%
GREEN value IS 113 (44.53% from 255) = 25.06%
BLUE value IS 138 (54.30% from 255) = 30.60%
R=44.35%
G=25.06%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011313800.440.310.22342.7644.1661.37
HexC8718A02C1F161572c3d
Octal31016121205437265275475
Binary1100100011100011000101001011001111110110101010111101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8718A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8718A; }

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

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

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

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

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

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

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

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