Html Css Color HEX #C9748E Charm

📋 copy color: '#C9748E'

red 201 ◦ green 116 ◦ blue 142

#C9748E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Charm #C9748E

Tints of Charm #C9748E

RGB

 RED value IS 201 (78.91% from 255) = 43.79%

 GREEN value IS 116 (45.7% from 255) = 25.27%

 BLUE value IS 142 (55.86% from 255) = 30.94%

R = 43.79%
G = 25.27%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#C9748E (or 0xC9748E) is known color: Charm. HEX triplet: C9, 74 and 8E. RGB value is (201,116,142). Sum of RGB (Red+Green+Blue) = 201+116+142=459 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.79% from 459); Green value is 116 (45.70% from 255 or 25.27% from 459); Blue value is 142 (55.86% from 255 or 30.94% from 459); Max value from RGB is 201 - color contains mainly: red. Hex color #C9748E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9748E is #368B71. Grayscale: #909090. Windows color (decimal): -3574642 or 9336009. OLE color: 9336009.

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

Color convert

RGB 201 116 142 -
CMYK 0 0.42 0.29 0.21
HSL 341.65º 0.44% 0.62% -
HSV(B) 341.65º 0.42% 0.79% -
XYZ 35.22 26.86 28.92 -
YUV 144.38 126.66 168.39 -
System Red Green Blue C M Y K H S L
Decimal 201 116 142 0 0.42 0.29 0.21 341.65 0.44 0.62
Hex C9 74 8E 0 2A 1D 15 156 2C 3E
Octal 311 164 216 0 52 35 25 526 54 76
Binary 11001001 1110100 10001110 0 101010 11101 10101 101010110 101100 111110

Color Harmonies of #C9748E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9748E

Black with #C9748E

Text Example


Text Example

White with #C9748E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9748E; }

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

 H1.HeaderClassName
 {
   color: #C9748E;
 }
 .AnyTagClassName
 {
   color: #C9748E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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