Html Css Color HEX #C470A6 Hopbush

📋 copy color: '#C470A6'

red 196 ◦ green 112 ◦ blue 166

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

Shades of Hopbush #C470A6

Tints of Hopbush #C470A6

RGB

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

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

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

R = 41.35%
G = 23.63%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.15

 K value IS 0.23

RGB Variations

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

Color information

#C470A6 (or 0xC470A6) is known color: Hopbush. HEX triplet: C4, 70 and A6. RGB value is (196,112,166). Sum of RGB (Red+Green+Blue) = 196+112+166=474 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.35% from 474); Green value is 112 (44.14% from 255 or 23.63% from 474); Blue value is 166 (65.23% from 255 or 35.02% from 474); Max value from RGB is 196 - color contains mainly: red. Hex color #C470A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C470A6 is #3B8F59. Grayscale: #8F8F8F. Windows color (decimal): -3903322 or 10907844. OLE color: 10907844.

HSL color Cylindrical-coordinate representation of color #C470A6: hue angle of 321.43º 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 #C470A6 is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 112 166 -
CMYK 0 0.43 0.15 0.23
HSL 321.43º 0.42% 0.6% -
HSV(B) 321.43º 0.43% 0.77% -
XYZ 35.44 26.08 39.24 -
YUV 143.27 140.83 165.61 -
System Red Green Blue C M Y K H S L
Decimal 196 112 166 0 0.43 0.15 0.23 321.43 0.42 0.6
Hex C4 70 A6 0 2B F 17 141 2A 3C
Octal 304 160 246 0 53 17 27 501 52 74
Binary 11000100 1110000 10100110 0 101011 1111 10111 101000001 101010 111100

Color Harmonies of #C470A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C470A6

Black with #C470A6

Text Example


Text Example

White with #C470A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C470A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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