Html Css Color HEX #C570AB Hopbush

📋 copy color: '#C570AB'

red 197 ◦ green 112 ◦ blue 171

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

Shades of Hopbush #C570AB

Tints of Hopbush #C570AB

RGB

 RED value IS 197 (77.34% from 255) = 41.04%

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

 BLUE value IS 171 (67.19% from 255) = 35.63%

R = 41.04%
G = 23.33%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C570AB (or 0xC570AB) is known color: Hopbush. HEX triplet: C5, 70 and AB. RGB value is (197,112,171). Sum of RGB (Red+Green+Blue) = 197+112+171=480 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.04% from 480); Green value is 112 (44.14% from 255 or 23.33% from 480); Blue value is 171 (67.19% from 255 or 35.62% from 480); Max value from RGB is 197 - color contains mainly: red. Hex color #C570AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C570AB is #3A8F54. Grayscale: #8F8F8F. Windows color (decimal): -3837781 or 11235525. OLE color: 11235525.

HSL color Cylindrical-coordinate representation of color #C570AB: hue angle of 318.35º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C570AB is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 112 171 -
CMYK 0 0.43 0.13 0.23
HSL 318.35º 0.42% 0.61% -
HSV(B) 318.35º 0.43% 0.77% -
XYZ 36.17 26.4 41.72 -
YUV 144.14 143.16 165.7 -
System Red Green Blue C M Y K H S L
Decimal 197 112 171 0 0.43 0.13 0.23 318.35 0.42 0.61
Hex C5 70 AB 0 2B D 17 13E 2A 3D
Octal 305 160 253 0 53 15 27 476 52 75
Binary 11000101 1110000 10101011 0 101011 1101 10111 100111110 101010 111101

Color Harmonies of #C570AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C570AB

Black with #C570AB

Text Example


Text Example

White with #C570AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C570AB; }

 p { color: rgb(197,112,171); }

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

background-color css

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

 a { background-color: rgb(197,112,171); }

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

border-color css

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

 span { border-color: rgb(197,112,171); }

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