#C8718B

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

Shades of Charm #C8718B

Tints of Charm #C8718B

Color information

#C8718B (or 0xC8718B) is unknown color: approx Charm. HEX triplet: C8, 71 and 8B. RGB value is (200,113,139). Sum of RGB (Red+Green+Blue) = 200+113+139=452 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.25% from 452); Green value is 113 (44.53% from 255 or 25% from 452); Blue value is 139 (54.69% from 255 or 30.75% from 452); Max value from RGB is 200 - color contains mainly: red. Hex color #C8718B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8718B is #378E74. Grayscale: #8D8D8D. Windows color (decimal): -3640949 or 9138632. OLE color: 9138632.

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

Color convert

RGB200113139-
CMYK00.440.300.22
HSL342.07º44.16%61.37%-
HSV(B)342.07º43.5%78.43%-
XYZ34.3825.9527.62-
YUV141.98126.32169.39-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.25%
GREEN value IS 113 (44.53% from 255) = 25%
BLUE value IS 139 (54.69% from 255) = 30.75%
R=44.25%
G=25%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011313900.440.300.22342.0744.1661.37
HexC8718B02C1E161562c3d
Octal31016121305436265265475
Binary1100100011100011000101101011001111010110101010110101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8718B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8718B; }

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

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

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

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

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

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

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

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