#C9748A

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

Shades of Charm #C9748A

Tints of Charm #C9748A

Color information

#C9748A (or 0xC9748A) is unknown color: approx Charm. HEX triplet: C9, 74 and 8A. RGB value is (201,116,138). Sum of RGB (Red+Green+Blue) = 201+116+138=455 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.18% from 455); Green value is 116 (45.70% from 255 or 25.49% from 455); Blue value is 138 (54.30% from 255 or 30.33% from 455); Max value from RGB is 201 - color contains mainly: red. Hex color #C9748A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9748A is #368B75. Grayscale: #8F8F8F. Windows color (decimal): -3574646 or 9073865. OLE color: 9073865.

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

Color convert

RGB201116138-
CMYK00.420.310.21
HSL344.47º44.04%62.16%-
HSV(B)344.47º42.29%78.82%-
XYZ34.9226.7427.37-
YUV143.92124.66168.71-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.18%
GREEN value IS 116 (45.70% from 255) = 25.49%
BLUE value IS 138 (54.30% from 255) = 30.33%
R=44.18%
G=25.49%
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.21
SystemRedGreenBlueCMYKHSL
Decimal20111613800.420.310.21344.4744.0462.16
HexC9748A02A1F151582c3e
Octal31116421205237255305476
Binary1100100111101001000101001010101111110101101011000101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9748A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9748A; }

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

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

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

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

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

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

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

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