#C46BAA

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

Shades of Hopbush #C46BAA

Tints of Hopbush #C46BAA

Color information

#C46BAA (or 0xC46BAA) is unknown color: approx Hopbush. HEX triplet: C4, 6B and AA. RGB value is (196,107,170). Sum of RGB (Red+Green+Blue) = 196+107+170=473 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.44% from 473); Green value is 107 (42.19% from 255 or 22.62% from 473); Blue value is 170 (66.80% from 255 or 35.94% from 473); Max value from RGB is 196 - color contains mainly: red. Hex color #C46BAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46BAA is #3B9455. Grayscale: #8C8C8C. Windows color (decimal): -3904598 or 11168708. OLE color: 11168708.

HSL color Cylindrical-coordinate representation of color #C46BAA: hue angle of 317.53º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C46BAA is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB196107170-
CMYK00.450.130.23
HSL317.53º43%59.41%-
HSV(B)317.53º45.41%76.86%-
XYZ35.2825.1541.03-
YUV140.79144.49167.38-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.44%
GREEN value IS 107 (42.19% from 255) = 22.62%
BLUE value IS 170 (66.80% from 255) = 35.94%
R=41.44%
G=22.62%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19610717000.450.130.23317.534359.41
HexC46BAA02DD1713e2b3b
Octal30415325205515274765373
Binary110001001101011101010100101101110110111100111110101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46BAA; }

 p { color: rgb(196,107,170); }

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

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

 a { background-color: rgb(196,107,170); }

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

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

 span { border-color: rgb(196,107,170); }

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