Html Css Color HEX #C970A0 Hopbush

📋 copy color: '#C970A0'

red 201 ◦ green 112 ◦ blue 160

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

Shades of Hopbush #C970A0

Tints of Hopbush #C970A0

RGB

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

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

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

R = 42.49%
G = 23.68%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.20

 K value IS 0.21

RGB Variations

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

Color information

#C970A0 (or 0xC970A0) is known color: Hopbush. HEX triplet: C9, 70 and A0. RGB value is (201,112,160). Sum of RGB (Red+Green+Blue) = 201+112+160=473 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.49% from 473); Green value is 112 (44.14% from 255 or 23.68% from 473); Blue value is 160 (62.89% from 255 or 33.83% from 473); Max value from RGB is 201 - color contains mainly: red. Hex color #C970A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C970A0 is #368F5F. Grayscale: #8F8F8F. Windows color (decimal): -3575648 or 10514633. OLE color: 10514633.

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

Color convert

RGB 201 112 160 -
CMYK 0 0.44 0.20 0.21
HSL 327.64º 0.45% 0.61% -
HSV(B) 327.64º 0.44% 0.79% -
XYZ 36.23 26.54 36.47 -
YUV 144.08 136.99 168.6 -
System Red Green Blue C M Y K H S L
Decimal 201 112 160 0 0.44 0.20 0.21 327.64 0.45 0.61
Hex C9 70 A0 0 2C 14 15 148 2D 3D
Octal 311 160 240 0 54 24 25 510 55 75
Binary 11001001 1110000 10100000 0 101100 10100 10101 101001000 101101 111101

Color Harmonies of #C970A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C970A0

Black with #C970A0

Text Example


Text Example

White with #C970A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C970A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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