#C471A6

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

Shades of Hopbush #C471A6

Tints of Hopbush #C471A6

Color information

#C471A6 (or 0xC471A6) is unknown color: approx Hopbush. HEX triplet: C4, 71 and A6. RGB value is (196,113,166). Sum of RGB (Red+Green+Blue) = 196+113+166=475 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.26% from 475); Green value is 113 (44.53% from 255 or 23.79% from 475); Blue value is 166 (65.23% from 255 or 34.95% from 475); Max value from RGB is 196 - color contains mainly: red. Hex color #C471A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C471A6 is #3B8E59. Grayscale: #8F8F8F. Windows color (decimal): -3903066 or 10908100. OLE color: 10908100.

HSL color Cylindrical-coordinate representation of color #C471A6: hue angle of 321.69º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C471A6 is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.23.

Color convert

RGB196113166-
CMYK00.420.150.23
HSL321.69º41.29%60.59%-
HSV(B)321.69º42.35%76.86%-
XYZ35.5526.339.28-
YUV143.86140.5165.19-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.26%
GREEN value IS 113 (44.53% from 255) = 23.79%
BLUE value IS 166 (65.23% from 255) = 34.95%
R=41.26%
G=23.79%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.15
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611316600.420.150.23321.6941.2960.59
HexC471A602AF17142293d
Octal30416124605217275025175
Binary110001001110001101001100101010111110111101000010101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C471A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C471A6; }

 p { color: rgb(196,113,166); }

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

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

 a { background-color: rgb(196,113,166); }

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

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

 span { border-color: rgb(196,113,166); }

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