Html Css Color HEX #C970A6 Hopbush

📋 copy color: '#C970A6'

red 201 ◦ green 112 ◦ blue 166

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

Shades of Hopbush #C970A6

Tints of Hopbush #C970A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 34.66%

R = 41.96%
G = 23.38%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.17

 K value IS 0.21

RGB Variations

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

Color information

#C970A6 (or 0xC970A6) is known color: Hopbush. HEX triplet: C9, 70 and A6. RGB value is (201,112,166). Sum of RGB (Red+Green+Blue) = 201+112+166=479 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.96% from 479); Green value is 112 (44.14% from 255 or 23.38% from 479); Blue value is 166 (65.23% from 255 or 34.66% from 479); Max value from RGB is 201 - color contains mainly: red. Hex color #C970A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C970A6 is #368F59. Grayscale: #909090. Windows color (decimal): -3575642 or 10907849. OLE color: 10907849.

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

Color convert

RGB 201 112 166 -
CMYK 0 0.44 0.17 0.21
HSL 323.6º 0.45% 0.61% -
HSV(B) 323.6º 0.44% 0.79% -
XYZ 36.76 26.76 39.3 -
YUV 144.77 139.99 168.11 -
System Red Green Blue C M Y K H S L
Decimal 201 112 166 0 0.44 0.17 0.21 323.6 0.45 0.61
Hex C9 70 A6 0 2C 11 15 144 2D 3D
Octal 311 160 246 0 54 21 25 504 55 75
Binary 11001001 1110000 10100110 0 101100 10001 10101 101000100 101101 111101

Color Harmonies of #C970A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C970A6

Black with #C970A6

Text Example


Text Example

White with #C970A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C970A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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