Html Css Color HEX #C9759C Hopbush

📋 copy color: '#C9759C'

red 201 ◦ green 117 ◦ blue 156

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

Shades of Hopbush #C9759C

Tints of Hopbush #C9759C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.68%

 BLUE value IS 156 (61.33% from 255) = 32.91%

R = 42.41%
G = 24.68%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#C9759C (or 0xC9759C) is known color: Hopbush. HEX triplet: C9, 75 and 9C. RGB value is (201,117,156). Sum of RGB (Red+Green+Blue) = 201+117+156=474 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.41% from 474); Green value is 117 (46.09% from 255 or 24.68% from 474); Blue value is 156 (61.33% from 255 or 32.91% from 474); Max value from RGB is 201 - color contains mainly: red. Hex color #C9759C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9759C is #368A63. Grayscale: #929292. Windows color (decimal): -3574372 or 10253769. OLE color: 10253769.

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

Color convert

RGB 201 117 156 -
CMYK 0 0.42 0.22 0.21
HSL 332.14º 0.44% 0.62% -
HSV(B) 332.14º 0.42% 0.79% -
XYZ 36.45 27.54 34.85 -
YUV 146.56 133.33 166.83 -
System Red Green Blue C M Y K H S L
Decimal 201 117 156 0 0.42 0.22 0.21 332.14 0.44 0.62
Hex C9 75 9C 0 2A 16 15 14C 2C 3E
Octal 311 165 234 0 52 26 25 514 54 76
Binary 11001001 1110101 10011100 0 101010 10110 10101 101001100 101100 111110

Color Harmonies of #C9759C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9759C

Black with #C9759C

Text Example


Text Example

White with #C9759C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9759C; }

 p { color: rgb(201,117,156); }

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

background-color css

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

 a { background-color: rgb(201,117,156); }

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

border-color css

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

 span { border-color: rgb(201,117,156); }

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