Html Css Color HEX #C976AF Hopbush

📋 copy color: '#C976AF'

red 201 ◦ green 118 ◦ blue 175

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

Shades of Hopbush #C976AF

Tints of Hopbush #C976AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 35.43%

R = 40.69%
G = 23.89%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#C976AF (or 0xC976AF) is known color: Hopbush. HEX triplet: C9, 76 and AF. RGB value is (201,118,175). Sum of RGB (Red+Green+Blue) = 201+118+175=494 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.69% from 494); Green value is 118 (46.48% from 255 or 23.89% from 494); Blue value is 175 (68.75% from 255 or 35.43% from 494); Max value from RGB is 201 - color contains mainly: red. Hex color #C976AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C976AF is #368950. Grayscale: #959595. Windows color (decimal): -3574097 or 11499209. OLE color: 11499209.

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

Color convert

RGB 201 118 175 -
CMYK 0 0.41 0.13 0.21
HSL 318.8º 0.43% 0.63% -
HSV(B) 318.8º 0.41% 0.79% -
XYZ 38.3 28.47 44.03 -
YUV 149.32 142.5 164.87 -
System Red Green Blue C M Y K H S L
Decimal 201 118 175 0 0.41 0.13 0.21 318.8 0.43 0.63
Hex C9 76 AF 0 29 D 15 13F 2B 3F
Octal 311 166 257 0 51 15 25 477 53 77
Binary 11001001 1110110 10101111 0 101001 1101 10101 100111111 101011 111111

Color Harmonies of #C976AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C976AF

Black with #C976AF

Text Example


Text Example

White with #C976AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C976AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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