#C47BA2

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

Shades of Hopbush #C47BA2

Tints of Hopbush #C47BA2

Color information

#C47BA2 (or 0xC47BA2) is unknown color: approx Hopbush. HEX triplet: C4, 7B and A2. RGB value is (196,123,162). Sum of RGB (Red+Green+Blue) = 196+123+162=481 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.75% from 481); Green value is 123 (48.44% from 255 or 25.57% from 481); Blue value is 162 (63.67% from 255 or 33.68% from 481); Max value from RGB is 196 - color contains mainly: red. Hex color #C47BA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47BA2 is #3B845D. Grayscale: #959595. Windows color (decimal): -3900510 or 10648516. OLE color: 10648516.

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

Color convert

RGB196123162-
CMYK00.370.170.23
HSL327.95º38.22%62.55%-
HSV(B)327.95º37.24%76.86%-
XYZ36.3728.5137.77-
YUV149.27135.18161.33-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.75%
GREEN value IS 123 (48.44% from 255) = 25.57%
BLUE value IS 162 (63.67% from 255) = 33.68%
R=40.75%
G=25.57%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.17
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612316200.370.170.23327.9538.2262.55
HexC47BA20251117148263f
Octal30417324204521275104677
Binary1100010011110111010001001001011000110111101001000100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47BA2; }

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

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

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

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

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

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

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

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