#C164A4

Color #C164A4 Hopbush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hopbush #C164A4

Tints of Hopbush #C164A4

Color information

#C164A4 (or 0xC164A4) is unknown color: approx Hopbush. HEX triplet: C1, 64 and A4. RGB value is (193,100,164). Sum of RGB (Red+Green+Blue) = 193+100+164=457 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.23% from 457); Green value is 100 (39.45% from 255 or 21.88% from 457); Blue value is 164 (64.45% from 255 or 35.89% from 457); Max value from RGB is 193 - color contains mainly: red. Hex color #C164A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C164A4 is #3E9B5B. Grayscale: #868686. Windows color (decimal): -4103004 or 10773697. OLE color: 10773697.

HSL color Cylindrical-coordinate representation of color #C164A4: hue angle of 318.71º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C164A4 is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB193100164-
CMYK00.480.150.24
HSL318.71º42.86%57.45%-
HSV(B)318.71º48.19%75.69%-
XYZ33.2523.1337.83-
YUV135.1144.31169.3-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.23%
GREEN value IS 100 (39.45% from 255) = 21.88%
BLUE value IS 164 (64.45% from 255) = 35.89%
R=42.23%
G=21.88%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310016400.480.150.24318.7142.8657.45
HexC164A4030F1813f2b39
Octal30114424406017304775371
Binary110000011100100101001000110000111111000100111111101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C164A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C164A4; }

 p { color: rgb(193,100,164); }

 H1.HeaderClassName
 {
   color: #C164A4;
 }
 .AnyTagClassName
 {
   color: #C164A4;
 }
</style>
background-color css

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

 a { background-color: rgb(193,100,164); }

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

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

 span { border-color: rgb(193,100,164); }

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