Html Css Color HEX #C9748A Charm

📋 copy color: '#C9748A'

red 201 ◦ green 116 ◦ blue 138

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

Shades of Charm #C9748A

Tints of Charm #C9748A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.33%

R = 44.18%
G = 25.49%
B = 30.33%

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

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

RGB 201 116 138 -
CMYK 0 0.42 0.31 0.21
HSL 344.47º 0.44% 0.62% -
HSV(B) 344.47º 0.42% 0.79% -
XYZ 34.92 26.74 27.37 -
YUV 143.92 124.66 168.71 -
System Red Green Blue C M Y K H S L
Decimal 201 116 138 0 0.42 0.31 0.21 344.47 0.44 0.62
Hex C9 74 8A 0 2A 1F 15 158 2C 3E
Octal 311 164 212 0 52 37 25 530 54 76
Binary 11001001 1110100 10001010 0 101010 11111 10101 101011000 101100 111110

Color Harmonies of #C9748A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9748A

Black with #C9748A

Text Example


Text Example

White with #C9748A

Text Example


Text Example

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