#C464A1

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

Shades of Hopbush #C464A1

Tints of Hopbush #C464A1

Color information

#C464A1 (or 0xC464A1) is unknown color: approx 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

RGB196100161-
CMYK00.490.180.23
HSL321.88º44.86%58.04%-
HSV(B)321.88º48.98%76.86%-
XYZ33.7623.4236.46-
YUV135.66142.3171.04-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.18
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19610016100.490.180.23321.8844.8658.04
HexC464A103112171422d3a
Octal30414424106122275025572
Binary1100010011001001010000101100011001010111101000010101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C464A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>