Html Css Color HEX #C972A0 Hopbush

📋 copy color: '#C972A0'

red 201 ◦ green 114 ◦ blue 160

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

Shades of Hopbush #C972A0

Tints of Hopbush #C972A0

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24%

 BLUE value IS 160 (62.89% from 255) = 33.68%

R = 42.32%
G = 24%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.20

 K value IS 0.21

RGB Variations

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

Color information

#C972A0 (or 0xC972A0) is known color: Hopbush. HEX triplet: C9, 72 and A0. RGB value is (201,114,160). Sum of RGB (Red+Green+Blue) = 201+114+160=475 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.32% from 475); Green value is 114 (44.92% from 255 or 24% from 475); Blue value is 160 (62.89% from 255 or 33.68% from 475); Max value from RGB is 201 - color contains mainly: red. Hex color #C972A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C972A0 is #368D5F. Grayscale: #919191. Windows color (decimal): -3575136 or 10515145. OLE color: 10515145.

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

Color convert

RGB 201 114 160 -
CMYK 0 0.43 0.20 0.21
HSL 328.28º 0.45% 0.62% -
HSV(B) 328.28º 0.43% 0.79% -
XYZ 36.45 26.99 36.55 -
YUV 145.26 136.32 167.76 -
System Red Green Blue C M Y K H S L
Decimal 201 114 160 0 0.43 0.20 0.21 328.28 0.45 0.62
Hex C9 72 A0 0 2B 14 15 148 2D 3E
Octal 311 162 240 0 53 24 25 510 55 76
Binary 11001001 1110010 10100000 0 101011 10100 10101 101001000 101101 111110

Color Harmonies of #C972A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C972A0

Black with #C972A0

Text Example


Text Example

White with #C972A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C972A0; }

 p { color: rgb(201,114,160); }

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

background-color css

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

 a { background-color: rgb(201,114,160); }

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

border-color css

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

 span { border-color: rgb(201,114,160); }

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