Html Css Color HEX #C9748F Charm

📋 copy color: '#C9748F'

red 201 ◦ green 116 ◦ blue 143

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

Shades of Charm #C9748F

Tints of Charm #C9748F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 31.09%

R = 43.7%
G = 25.22%
B = 31.09%

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

#C9748F (or 0xC9748F) is known color: 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

RGB 201 116 143 -
CMYK 0 0.42 0.29 0.21
HSL 340.94º 0.44% 0.62% -
HSV(B) 340.94º 0.42% 0.79% -
XYZ 35.29 26.89 29.32 -
YUV 144.49 127.16 168.3 -
System Red Green Blue C M Y K H S L
Decimal 201 116 143 0 0.42 0.29 0.21 340.94 0.44 0.62
Hex C9 74 8F 0 2A 1D 15 155 2C 3E
Octal 311 164 217 0 52 35 25 525 54 76
Binary 11001001 1110100 10001111 0 101010 11101 10101 101010101 101100 111110

Color Harmonies of #C9748F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9748F

Black with #C9748F

Text Example


Text Example

White with #C9748F

Text Example


Text Example

HTML Codes & Css Web 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>