#C461A2

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

Shades of Hopbush #C461A2

Tints of Hopbush #C461A2

Color information

#C461A2 (or 0xC461A2) is unknown color: approx Hopbush. HEX triplet: C4, 61 and A2. RGB value is (196,97,162). Sum of RGB (Red+Green+Blue) = 196+97+162=455 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.08% from 455); Green value is 97 (38.28% from 255 or 21.32% from 455); Blue value is 162 (63.67% from 255 or 35.60% from 455); Max value from RGB is 196 - color contains mainly: red. Hex color #C461A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C461A2 is #3B9E5D. Grayscale: #858585. Windows color (decimal): -3907166 or 10641860. OLE color: 10641860.

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

Color convert

RGB19697162-
CMYK00.510.170.23
HSL320.61º45.62%57.45%-
HSV(B)320.61º50.51%76.86%-
XYZ33.5622.8936.83-
YUV134.01143.8172.21-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.08%
GREEN value IS 97 (38.28% from 255) = 21.32%
BLUE value IS 162 (63.67% from 255) = 35.60%
R=43.08%
G=21.32%
B=35.60%

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
Decimal1969716200.510.170.23320.6145.6257.45
HexC461A203311171412e39
Octal30414124206321275015671
Binary1100010011000011010001001100111000110111101000001101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C461A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C461A2; }

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

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

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

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

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

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

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

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