Html Css Color HEX #C9749B Hopbush

📋 copy color: '#C9749B'

red 201 ◦ green 116 ◦ blue 155

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

Shades of Hopbush #C9749B

Tints of Hopbush #C9749B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 32.84%

R = 42.58%
G = 24.58%
B = 32.84%

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

#C9749B (or 0xC9749B) is known color: Hopbush. HEX triplet: C9, 74 and 9B. RGB value is (201,116,155). Sum of RGB (Red+Green+Blue) = 201+116+155=472 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.58% from 472); Green value is 116 (45.70% from 255 or 24.58% from 472); Blue value is 155 (60.94% from 255 or 32.84% from 472); Max value from RGB is 201 - color contains mainly: red. Hex color #C9749B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9749B is #368B64. Grayscale: #919191. Windows color (decimal): -3574629 or 10187977. OLE color: 10187977.

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

Color convert

RGB 201 116 155 -
CMYK 0 0.42 0.23 0.21
HSL 332.47º 0.44% 0.62% -
HSV(B) 332.47º 0.42% 0.79% -
XYZ 36.25 27.27 34.36 -
YUV 145.86 133.16 167.33 -
System Red Green Blue C M Y K H S L
Decimal 201 116 155 0 0.42 0.23 0.21 332.47 0.44 0.62
Hex C9 74 9B 0 2A 17 15 14C 2C 3E
Octal 311 164 233 0 52 27 25 514 54 76
Binary 11001001 1110100 10011011 0 101010 10111 10101 101001100 101100 111110

Color Harmonies of #C9749B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9749B

Black with #C9749B

Text Example


Text Example

White with #C9749B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9749B; }

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

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

background-color css

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

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

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

border-color css

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

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

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