Html Css Color HEX #C9749A Hopbush

📋 copy color: '#C9749A'

red 201 ◦ green 116 ◦ blue 154

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

Shades of Hopbush #C9749A

Tints of Hopbush #C9749A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 32.7%

R = 42.68%
G = 24.63%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#C9749A (or 0xC9749A) is known color: Hopbush. HEX triplet: C9, 74 and 9A. RGB value is (201,116,154). Sum of RGB (Red+Green+Blue) = 201+116+154=471 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.68% from 471); Green value is 116 (45.70% from 255 or 24.63% from 471); Blue value is 154 (60.55% from 255 or 32.70% from 471); Max value from RGB is 201 - color contains mainly: red. Hex color #C9749A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9749A is #368B65. Grayscale: #919191. Windows color (decimal): -3574630 or 10122441. OLE color: 10122441.

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

Color convert

RGB 201 116 154 -
CMYK 0 0.42 0.23 0.21
HSL 333.18º 0.44% 0.62% -
HSV(B) 333.18º 0.42% 0.79% -
XYZ 36.17 27.24 33.92 -
YUV 145.75 132.66 167.41 -
System Red Green Blue C M Y K H S L
Decimal 201 116 154 0 0.42 0.23 0.21 333.18 0.44 0.62
Hex C9 74 9A 0 2A 17 15 14D 2C 3E
Octal 311 164 232 0 52 27 25 515 54 76
Binary 11001001 1110100 10011010 0 101010 10111 10101 101001101 101100 111110

Color Harmonies of #C9749A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9749A

Black with #C9749A

Text Example


Text Example

White with #C9749A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9749A; }

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

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

background-color css

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

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

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

border-color css

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

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

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