#C460A2

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

Shades of Hopbush #C460A2

Tints of Hopbush #C460A2

Color information

#C460A2 (or 0xC460A2) is unknown color: approx Hopbush. HEX triplet: C4, 60 and A2. RGB value is (196,96,162). Sum of RGB (Red+Green+Blue) = 196+96+162=454 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.17% from 454); Green value is 96 (37.89% from 255 or 21.15% from 454); Blue value is 162 (63.67% from 255 or 35.68% from 454); Max value from RGB is 196 - color contains mainly: red. Hex color #C460A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C460A2 is #3B9F5D. Grayscale: #858585. Windows color (decimal): -3907422 or 10641604. OLE color: 10641604.

HSL color Cylindrical-coordinate representation of color #C460A2: hue angle of 320.4º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C460A2 is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.23.

Color convert

RGB19696162-
CMYK00.510.170.23
HSL320.4º45.87%57.25%-
HSV(B)320.4º51.02%76.86%-
XYZ33.4722.7136.8-
YUV133.42144.13172.63-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.17%
GREEN value IS 96 (37.89% from 255) = 21.15%
BLUE value IS 162 (63.67% from 255) = 35.68%
R=43.17%
G=21.15%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.17
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1969616200.510.170.23320.445.8757.25
HexC460A203311171402e39
Octal30414024206321275005671
Binary1100010011000001010001001100111000110111101000000101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C460A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C460A2; }

 p { color: rgb(196,96,162); }

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

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

 a { background-color: rgb(196,96,162); }

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

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

 span { border-color: rgb(196,96,162); }

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