#C9718C

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

Shades of Charm #C9718C

Tints of Charm #C9718C

Color information

#C9718C (or 0xC9718C) is unknown color: approx Charm. HEX triplet: C9, 71 and 8C. RGB value is (201,113,140). Sum of RGB (Red+Green+Blue) = 201+113+140=454 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.27% from 454); Green value is 113 (44.53% from 255 or 24.89% from 454); Blue value is 140 (55.08% from 255 or 30.84% from 454); Max value from RGB is 201 - color contains mainly: red. Hex color #C9718C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9718C is #368E73. Grayscale: #8E8E8E. Windows color (decimal): -3575412 or 9204169. OLE color: 9204169.

HSL color Cylindrical-coordinate representation of color #C9718C: hue angle of 341.59º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C9718C is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB201113140-
CMYK00.440.300.21
HSL341.59º44.9%61.57%-
HSV(B)341.59º43.78%78.82%-
XYZ34.7326.1228.02-
YUV142.39126.65169.8-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.27%
GREEN value IS 113 (44.53% from 255) = 24.89%
BLUE value IS 140 (55.08% from 255) = 30.84%
R=44.27%
G=24.89%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111314000.440.300.21341.5944.961.57
HexC9718C02C1E151562d3e
Octal31116121405436255265576
Binary1100100111100011000110001011001111010101101010110101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9718C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9718C; }

 p { color: rgb(201,113,140); }

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

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

 a { background-color: rgb(201,113,140); }

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

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

 span { border-color: rgb(201,113,140); }

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