Html Css Color HEX #C464A1 Hopbush

📋 copy color: '#C464A1'

red 196 ◦ green 100 ◦ blue 161

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

Shades of Hopbush #C464A1

Tints of Hopbush #C464A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 35.23%

R = 42.89%
G = 21.88%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.18

 K value IS 0.23

RGB Variations

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

Color information

#C464A1 (or 0xC464A1) is known color: Hopbush. HEX triplet: C4, 64 and A1. RGB value is (196,100,161). Sum of RGB (Red+Green+Blue) = 196+100+161=457 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.89% from 457); Green value is 100 (39.45% from 255 or 21.88% from 457); Blue value is 161 (63.28% from 255 or 35.23% from 457); Max value from RGB is 196 - color contains mainly: red. Hex color #C464A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C464A1 is #3B9B5E. Grayscale: #878787. Windows color (decimal): -3906399 or 10577092. OLE color: 10577092.

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

Color convert

RGB 196 100 161 -
CMYK 0 0.49 0.18 0.23
HSL 321.88º 0.45% 0.58% -
HSV(B) 321.88º 0.49% 0.77% -
XYZ 33.76 23.42 36.46 -
YUV 135.66 142.3 171.04 -
System Red Green Blue C M Y K H S L
Decimal 196 100 161 0 0.49 0.18 0.23 321.88 0.45 0.58
Hex C4 64 A1 0 31 12 17 142 2D 3A
Octal 304 144 241 0 61 22 27 502 55 72
Binary 11000100 1100100 10100001 0 110001 10010 10111 101000010 101101 111010

Color Harmonies of #C464A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C464A1

Black with #C464A1

Text Example


Text Example

White with #C464A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C464A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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