Html Css Color HEX #C464A6 Hopbush

📋 copy color: '#C464A6'

red 196 ◦ green 100 ◦ blue 166

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

Shades of Hopbush #C464A6

Tints of Hopbush #C464A6

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.65%

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

R = 42.42%
G = 21.65%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.15

 K value IS 0.23

RGB Variations

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

Color information

#C464A6 (or 0xC464A6) is known color: Hopbush. HEX triplet: C4, 64 and A6. RGB value is (196,100,166). Sum of RGB (Red+Green+Blue) = 196+100+166=462 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.42% from 462); Green value is 100 (39.45% from 255 or 21.65% from 462); Blue value is 166 (65.23% from 255 or 35.93% from 462); Max value from RGB is 196 - color contains mainly: red. Hex color #C464A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C464A6 is #3B9B59. Grayscale: #888888. Windows color (decimal): -3906394 or 10904772. OLE color: 10904772.

HSL color Cylindrical-coordinate representation of color #C464A6: hue angle of 318.75º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C464A6 is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 100 166 -
CMYK 0 0.49 0.15 0.23
HSL 318.75º 0.45% 0.58% -
HSV(B) 318.75º 0.49% 0.77% -
XYZ 34.21 23.6 38.83 -
YUV 136.23 144.8 170.63 -
System Red Green Blue C M Y K H S L
Decimal 196 100 166 0 0.49 0.15 0.23 318.75 0.45 0.58
Hex C4 64 A6 0 31 F 17 13F 2D 3A
Octal 304 144 246 0 61 17 27 477 55 72
Binary 11000100 1100100 10100110 0 110001 1111 10111 100111111 101101 111010

Color Harmonies of #C464A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C464A6

Black with #C464A6

Text Example


Text Example

White with #C464A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C464A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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