Html Css Color HEX #C9769B Hopbush

📋 copy color: '#C9769B'

red 201 ◦ green 118 ◦ blue 155

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

Shades of Hopbush #C9769B

Tints of Hopbush #C9769B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.89%

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

R = 42.41%
G = 24.89%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#C9769B (or 0xC9769B) is known color: Hopbush. HEX triplet: C9, 76 and 9B. RGB value is (201,118,155). Sum of RGB (Red+Green+Blue) = 201+118+155=474 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.41% from 474); Green value is 118 (46.48% from 255 or 24.89% from 474); Blue value is 155 (60.94% from 255 or 32.70% from 474); Max value from RGB is 201 - color contains mainly: red. Hex color #C9769B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9769B is #368964. Grayscale: #929292. Windows color (decimal): -3574117 or 10188489. OLE color: 10188489.

HSL color Cylindrical-coordinate representation of color #C9769B: hue angle of 333.25º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C9769B is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 118 155 -
CMYK 0 0.41 0.23 0.21
HSL 333.25º 0.43% 0.63% -
HSV(B) 333.25º 0.41% 0.79% -
XYZ 36.48 27.74 34.44 -
YUV 147.04 132.5 166.49 -
System Red Green Blue C M Y K H S L
Decimal 201 118 155 0 0.41 0.23 0.21 333.25 0.43 0.63
Hex C9 76 9B 0 29 17 15 14D 2B 3F
Octal 311 166 233 0 51 27 25 515 53 77
Binary 11001001 1110110 10011011 0 101001 10111 10101 101001101 101011 111111

Color Harmonies of #C9769B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9769B

Black with #C9769B

Text Example


Text Example

White with #C9769B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9769B; }

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

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

background-color css

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

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

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

border-color css

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

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

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