Html Css Color HEX #C976AA Hopbush

📋 copy color: '#C976AA'

red 201 ◦ green 118 ◦ blue 170

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

Shades of Hopbush #C976AA

Tints of Hopbush #C976AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 34.76%

R = 41.1%
G = 24.13%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#C976AA (or 0xC976AA) is known color: Hopbush. HEX triplet: C9, 76 and AA. RGB value is (201,118,170). Sum of RGB (Red+Green+Blue) = 201+118+170=489 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.10% from 489); Green value is 118 (46.48% from 255 or 24.13% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 201 - color contains mainly: red. Hex color #C976AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C976AA is #368955. Grayscale: #949494. Windows color (decimal): -3574102 or 11171529. OLE color: 11171529.

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

Color convert

RGB 201 118 170 -
CMYK 0 0.41 0.15 0.21
HSL 322.41º 0.43% 0.63% -
HSV(B) 322.41º 0.41% 0.79% -
XYZ 37.82 28.28 41.49 -
YUV 148.75 140 165.27 -
System Red Green Blue C M Y K H S L
Decimal 201 118 170 0 0.41 0.15 0.21 322.41 0.43 0.63
Hex C9 76 AA 0 29 F 15 142 2B 3F
Octal 311 166 252 0 51 17 25 502 53 77
Binary 11001001 1110110 10101010 0 101001 1111 10101 101000010 101011 111111

Color Harmonies of #C976AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C976AA

Black with #C976AA

Text Example


Text Example

White with #C976AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C976AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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