Html Css Color HEX #C970AD Hopbush

📋 copy color: '#C970AD'

red 201 ◦ green 112 ◦ blue 173

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

Shades of Hopbush #C970AD

Tints of Hopbush #C970AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 35.6%

R = 41.36%
G = 23.05%
B = 35.6%

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

#C970AD (or 0xC970AD) is known color: Hopbush. HEX triplet: C9, 70 and AD. RGB value is (201,112,173). Sum of RGB (Red+Green+Blue) = 201+112+173=486 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.36% from 486); Green value is 112 (44.14% from 255 or 23.05% from 486); Blue value is 173 (67.97% from 255 or 35.60% from 486); Max value from RGB is 201 - color contains mainly: red. Hex color #C970AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C970AD is #368F52. Grayscale: #919191. Windows color (decimal): -3575635 or 11366601. OLE color: 11366601.

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

Color convert

RGB 201 112 173 -
CMYK 0 0.44 0.14 0.21
HSL 318.88º 0.45% 0.61% -
HSV(B) 318.88º 0.44% 0.79% -
XYZ 37.42 27.02 42.78 -
YUV 145.57 143.49 167.54 -
System Red Green Blue C M Y K H S L
Decimal 201 112 173 0 0.44 0.14 0.21 318.88 0.45 0.61
Hex C9 70 AD 0 2C E 15 13F 2D 3D
Octal 311 160 255 0 54 16 25 477 55 75
Binary 11001001 1110000 10101101 0 101100 1110 10101 100111111 101101 111101

Color Harmonies of #C970AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C970AD

Black with #C970AD

Text Example


Text Example

White with #C970AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C970AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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