Html Css Color HEX #C978AA Hopbush

📋 copy color: '#C978AA'

red 201 ◦ green 120 ◦ blue 170

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

Shades of Hopbush #C978AA

Tints of Hopbush #C978AA

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.44%

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

R = 40.94%
G = 24.44%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#C978AA (or 0xC978AA) is known color: Hopbush. HEX triplet: C9, 78 and AA. RGB value is (201,120,170). Sum of RGB (Red+Green+Blue) = 201+120+170=491 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.94% from 491); Green value is 120 (47.27% from 255 or 24.44% from 491); Blue value is 170 (66.80% from 255 or 34.62% from 491); Max value from RGB is 201 - color contains mainly: red. Hex color #C978AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C978AA is #368755. Grayscale: #959595. Windows color (decimal): -3573590 or 11172041. OLE color: 11172041.

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

Color convert

RGB 201 120 170 -
CMYK 0 0.40 0.15 0.21
HSL 322.96º 0.43% 0.63% -
HSV(B) 322.96º 0.4% 0.79% -
XYZ 38.06 28.75 41.57 -
YUV 149.92 139.34 164.43 -
System Red Green Blue C M Y K H S L
Decimal 201 120 170 0 0.40 0.15 0.21 322.96 0.43 0.63
Hex C9 78 AA 0 28 F 15 143 2B 3F
Octal 311 170 252 0 50 17 25 503 53 77
Binary 11001001 1111000 10101010 0 101000 1111 10101 101000011 101011 111111

Color Harmonies of #C978AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C978AA

Black with #C978AA

Text Example


Text Example

White with #C978AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C978AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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