Html Css Color HEX #C970B0 Hopbush

📋 copy color: '#C970B0'

red 201 ◦ green 112 ◦ blue 176

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

Shades of Hopbush #C970B0

Tints of Hopbush #C970B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 35.99%

R = 41.1%
G = 22.9%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#C970B0 (or 0xC970B0) is known color: Hopbush. HEX triplet: C9, 70 and B0. RGB value is (201,112,176). Sum of RGB (Red+Green+Blue) = 201+112+176=489 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.10% from 489); Green value is 112 (44.14% from 255 or 22.90% from 489); Blue value is 176 (69.14% from 255 or 35.99% from 489); Max value from RGB is 201 - color contains mainly: red. Hex color #C970B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C970B0 is #368F4F. Grayscale: #919191. Windows color (decimal): -3575632 or 11563209. OLE color: 11563209.

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

Color convert

RGB 201 112 176 -
CMYK 0 0.44 0.12 0.21
HSL 316.85º 0.45% 0.61% -
HSV(B) 316.85º 0.44% 0.79% -
XYZ 37.72 27.14 44.32 -
YUV 145.91 144.99 167.3 -
System Red Green Blue C M Y K H S L
Decimal 201 112 176 0 0.44 0.12 0.21 316.85 0.45 0.61
Hex C9 70 B0 0 2C C 15 13D 2D 3D
Octal 311 160 260 0 54 14 25 475 55 75
Binary 11001001 1110000 10110000 0 101100 1100 10101 100111101 101101 111101

Color Harmonies of #C970B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C970B0

Black with #C970B0

Text Example


Text Example

White with #C970B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C970B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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