Html Css Color HEX #C970AC Hopbush

📋 copy color: '#C970AC'

red 201 ◦ green 112 ◦ blue 172

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

Shades of Hopbush #C970AC

Tints of Hopbush #C970AC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.09%

 BLUE value IS 172 (67.58% from 255) = 35.46%

R = 41.44%
G = 23.09%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#C970AC (or 0xC970AC) is known color: Hopbush. HEX triplet: C9, 70 and AC. RGB value is (201,112,172). Sum of RGB (Red+Green+Blue) = 201+112+172=485 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.44% from 485); Green value is 112 (44.14% from 255 or 23.09% from 485); Blue value is 172 (67.58% from 255 or 35.46% from 485); Max value from RGB is 201 - color contains mainly: red. Hex color #C970AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C970AC is #368F53. Grayscale: #919191. Windows color (decimal): -3575636 or 11301065. OLE color: 11301065.

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

Color convert

RGB 201 112 172 -
CMYK 0 0.44 0.14 0.21
HSL 319.55º 0.45% 0.61% -
HSV(B) 319.55º 0.44% 0.79% -
XYZ 37.33 26.98 42.27 -
YUV 145.45 142.99 167.62 -
System Red Green Blue C M Y K H S L
Decimal 201 112 172 0 0.44 0.14 0.21 319.55 0.45 0.61
Hex C9 70 AC 0 2C E 15 140 2D 3D
Octal 311 160 254 0 54 16 25 500 55 75
Binary 11001001 1110000 10101100 0 101100 1110 10101 101000000 101101 111101

Color Harmonies of #C970AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C970AC

Black with #C970AC

Text Example


Text Example

White with #C970AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C970AC; }

 p { color: rgb(201,112,172); }

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

background-color css

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

 a { background-color: rgb(201,112,172); }

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

border-color css

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

 span { border-color: rgb(201,112,172); }

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