Html Css Color HEX #C976A9 Hopbush

📋 copy color: '#C976A9'

red 201 ◦ green 118 ◦ blue 169

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

Shades of Hopbush #C976A9

Tints of Hopbush #C976A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 34.63%

R = 41.19%
G = 24.18%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.16

 K value IS 0.21

RGB Variations

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

Color information

#C976A9 (or 0xC976A9) is known color: Hopbush. HEX triplet: C9, 76 and A9. RGB value is (201,118,169). Sum of RGB (Red+Green+Blue) = 201+118+169=488 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.19% from 488); Green value is 118 (46.48% from 255 or 24.18% from 488); Blue value is 169 (66.41% from 255 or 34.63% from 488); Max value from RGB is 201 - color contains mainly: red. Hex color #C976A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C976A9 is #368956. Grayscale: #949494. Windows color (decimal): -3574103 or 11105993. OLE color: 11105993.

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

Color convert

RGB 201 118 169 -
CMYK 0 0.41 0.16 0.21
HSL 323.13º 0.43% 0.63% -
HSV(B) 323.13º 0.41% 0.79% -
XYZ 37.73 28.24 41 -
YUV 148.63 139.5 165.35 -
System Red Green Blue C M Y K H S L
Decimal 201 118 169 0 0.41 0.16 0.21 323.13 0.43 0.63
Hex C9 76 A9 0 29 10 15 143 2B 3F
Octal 311 166 251 0 51 20 25 503 53 77
Binary 11001001 1110110 10101001 0 101001 10000 10101 101000011 101011 111111

Color Harmonies of #C976A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C976A9

Black with #C976A9

Text Example


Text Example

White with #C976A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C976A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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