#C47AA2

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

Shades of Hopbush #C47AA2

Tints of Hopbush #C47AA2

Color information

#C47AA2 (or 0xC47AA2) is unknown color: approx Hopbush. HEX triplet: C4, 7A and A2. RGB value is (196,122,162). Sum of RGB (Red+Green+Blue) = 196+122+162=480 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.83% from 480); Green value is 122 (48.05% from 255 or 25.42% from 480); Blue value is 162 (63.67% from 255 or 33.75% from 480); Max value from RGB is 196 - color contains mainly: red. Hex color #C47AA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47AA2 is #3B855D. Grayscale: #949494. Windows color (decimal): -3900766 or 10648260. OLE color: 10648260.

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

Color convert

RGB196122162-
CMYK00.380.170.23
HSL327.57º38.54%62.35%-
HSV(B)327.57º37.76%76.86%-
XYZ36.2528.2637.73-
YUV148.69135.52161.75-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.83%
GREEN value IS 122 (48.05% from 255) = 25.42%
BLUE value IS 162 (63.67% from 255) = 33.75%
R=40.83%
G=25.42%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.17
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612216200.380.170.23327.5738.5462.35
HexC47AA20261117148273e
Octal30417224204621275104776
Binary1100010011110101010001001001101000110111101001000100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47AA2; }

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

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

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

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

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

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

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

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