Html Css Color HEX #C9748B Charm

📋 copy color: '#C9748B'

red 201 ◦ green 116 ◦ blue 139

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

Shades of Charm #C9748B

Tints of Charm #C9748B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.48%

R = 44.08%
G = 25.44%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#C9748B (or 0xC9748B) is known color: Charm. HEX triplet: C9, 74 and 8B. RGB value is (201,116,139). Sum of RGB (Red+Green+Blue) = 201+116+139=456 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.08% from 456); Green value is 116 (45.70% from 255 or 25.44% from 456); Blue value is 139 (54.69% from 255 or 30.48% from 456); Max value from RGB is 201 - color contains mainly: red. Hex color #C9748B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9748B is #368B74. Grayscale: #909090. Windows color (decimal): -3574645 or 9139401. OLE color: 9139401.

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

Color convert

RGB 201 116 139 -
CMYK 0 0.42 0.31 0.21
HSL 343.76º 0.44% 0.62% -
HSV(B) 343.76º 0.42% 0.79% -
XYZ 34.99 26.77 27.75 -
YUV 144.04 125.16 168.63 -
System Red Green Blue C M Y K H S L
Decimal 201 116 139 0 0.42 0.31 0.21 343.76 0.44 0.62
Hex C9 74 8B 0 2A 1F 15 158 2C 3E
Octal 311 164 213 0 52 37 25 530 54 76
Binary 11001001 1110100 10001011 0 101010 11111 10101 101011000 101100 111110

Color Harmonies of #C9748B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9748B

Black with #C9748B

Text Example


Text Example

White with #C9748B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9748B; }

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

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

background-color css

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

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

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

border-color css

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

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

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