#C9748F

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

Shades of Charm #C9748F

Tints of Charm #C9748F

Color information

#C9748F (or 0xC9748F) is unknown color: approx Charm. HEX triplet: C9, 74 and 8F. RGB value is (201,116,143). Sum of RGB (Red+Green+Blue) = 201+116+143=460 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.70% from 460); Green value is 116 (45.70% from 255 or 25.22% from 460); Blue value is 143 (56.25% from 255 or 31.09% from 460); Max value from RGB is 201 - color contains mainly: red. Hex color #C9748F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9748F is #368B70. Grayscale: #909090. Windows color (decimal): -3574641 or 9401545. OLE color: 9401545.

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

Color convert

RGB201116143-
CMYK00.420.290.21
HSL340.94º44.04%62.16%-
HSV(B)340.94º42.29%78.82%-
XYZ35.2926.8929.32-
YUV144.49127.16168.3-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.70%
GREEN value IS 116 (45.70% from 255) = 25.22%
BLUE value IS 143 (56.25% from 255) = 31.09%
R=43.70%
G=25.22%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111614300.420.290.21340.9444.0462.16
HexC9748F02A1D151552c3e
Octal31116421705235255255476
Binary1100100111101001000111101010101110110101101010101101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9748F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9748F; }

 p { color: rgb(201,116,143); }

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

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

 a { background-color: rgb(201,116,143); }

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

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

 span { border-color: rgb(201,116,143); }

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