Html Css Color HEX #C9759B Hopbush

📋 copy color: '#C9759B'

red 201 ◦ green 117 ◦ blue 155

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

Shades of Hopbush #C9759B

Tints of Hopbush #C9759B

RGB

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

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

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

R = 42.49%
G = 24.74%
B = 32.77%

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

#C9759B (or 0xC9759B) is known color: Hopbush. HEX triplet: C9, 75 and 9B. RGB value is (201,117,155). Sum of RGB (Red+Green+Blue) = 201+117+155=473 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.49% from 473); Green value is 117 (46.09% from 255 or 24.74% from 473); Blue value is 155 (60.94% from 255 or 32.77% from 473); Max value from RGB is 201 - color contains mainly: red. Hex color #C9759B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9759B is #368A64. Grayscale: #929292. Windows color (decimal): -3574373 or 10188233. OLE color: 10188233.

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

Color convert

RGB 201 117 155 -
CMYK 0 0.42 0.23 0.21
HSL 332.86º 0.44% 0.62% -
HSV(B) 332.86º 0.42% 0.79% -
XYZ 36.37 27.51 34.4 -
YUV 146.45 132.83 166.91 -
System Red Green Blue C M Y K H S L
Decimal 201 117 155 0 0.42 0.23 0.21 332.86 0.44 0.62
Hex C9 75 9B 0 2A 17 15 14D 2C 3E
Octal 311 165 233 0 52 27 25 515 54 76
Binary 11001001 1110101 10011011 0 101010 10111 10101 101001101 101100 111110

Color Harmonies of #C9759B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9759B

Black with #C9759B

Text Example


Text Example

White with #C9759B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9759B; }

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

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

background-color css

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

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

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

border-color css

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

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

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