Html Css Color HEX #C971A5 Hopbush

📋 copy color: '#C971A5'

red 201 ◦ green 113 ◦ blue 165

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

Shades of Hopbush #C971A5

Tints of Hopbush #C971A5

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.59%

 BLUE value IS 165 (64.84% from 255) = 34.45%

R = 41.96%
G = 23.59%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#C971A5 (or 0xC971A5) is known color: Hopbush. HEX triplet: C9, 71 and A5. RGB value is (201,113,165). Sum of RGB (Red+Green+Blue) = 201+113+165=479 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.96% from 479); Green value is 113 (44.53% from 255 or 23.59% from 479); Blue value is 165 (64.84% from 255 or 34.45% from 479); Max value from RGB is 201 - color contains mainly: red. Hex color #C971A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C971A5 is #368E5A. Grayscale: #919191. Windows color (decimal): -3575387 or 10842569. OLE color: 10842569.

HSL color Cylindrical-coordinate representation of color #C971A5: hue angle of 324.55º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C971A5 is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 113 165 -
CMYK 0 0.44 0.18 0.21
HSL 324.55º 0.45% 0.62% -
HSV(B) 324.55º 0.44% 0.79% -
XYZ 36.78 26.94 38.86 -
YUV 145.24 139.15 167.77 -
System Red Green Blue C M Y K H S L
Decimal 201 113 165 0 0.44 0.18 0.21 324.55 0.45 0.62
Hex C9 71 A5 0 2C 12 15 145 2D 3E
Octal 311 161 245 0 54 22 25 505 55 76
Binary 11001001 1110001 10100101 0 101100 10010 10101 101000101 101101 111110

Color Harmonies of #C971A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C971A5

Black with #C971A5

Text Example


Text Example

White with #C971A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C971A5; }

 p { color: rgb(201,113,165); }

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

background-color css

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

 a { background-color: rgb(201,113,165); }

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

border-color css

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

 span { border-color: rgb(201,113,165); }

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