Html Css Color HEX #C470A4 Hopbush

📋 copy color: '#C470A4'

red 196 ◦ green 112 ◦ blue 164

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

Shades of Hopbush #C470A4

Tints of Hopbush #C470A4

RGB

 RED value IS 196 (76.95% from 255) = 41.53%

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

 BLUE value IS 164 (64.45% from 255) = 34.75%

R = 41.53%
G = 23.73%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.16

 K value IS 0.23

RGB Variations

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

Color information

#C470A4 (or 0xC470A4) is known color: Hopbush. HEX triplet: C4, 70 and A4. RGB value is (196,112,164). Sum of RGB (Red+Green+Blue) = 196+112+164=472 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.53% from 472); Green value is 112 (44.14% from 255 or 23.73% from 472); Blue value is 164 (64.45% from 255 or 34.75% from 472); Max value from RGB is 196 - color contains mainly: red. Hex color #C470A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C470A4 is #3B8F5B. Grayscale: #8E8E8E. Windows color (decimal): -3903324 or 10776772. OLE color: 10776772.

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

Color convert

RGB 196 112 164 -
CMYK 0 0.43 0.16 0.23
HSL 322.86º 0.42% 0.6% -
HSV(B) 322.86º 0.43% 0.77% -
XYZ 35.26 26 38.28 -
YUV 143.04 139.83 165.77 -
System Red Green Blue C M Y K H S L
Decimal 196 112 164 0 0.43 0.16 0.23 322.86 0.42 0.6
Hex C4 70 A4 0 2B 10 17 143 2A 3C
Octal 304 160 244 0 53 20 27 503 52 74
Binary 11000100 1110000 10100100 0 101011 10000 10111 101000011 101010 111100

Color Harmonies of #C470A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C470A4

Black with #C470A4

Text Example


Text Example

White with #C470A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C470A4; }

 p { color: rgb(196,112,164); }

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

background-color css

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

 a { background-color: rgb(196,112,164); }

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

border-color css

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

 span { border-color: rgb(196,112,164); }

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