#C46BA0

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

Shades of Hopbush #C46BA0

Tints of Hopbush #C46BA0

Color information

#C46BA0 (or 0xC46BA0) is unknown color: approx Hopbush. HEX triplet: C4, 6B and A0. RGB value is (196,107,160). Sum of RGB (Red+Green+Blue) = 196+107+160=463 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.33% from 463); Green value is 107 (42.19% from 255 or 23.11% from 463); Blue value is 160 (62.89% from 255 or 34.56% from 463); Max value from RGB is 196 - color contains mainly: red. Hex color #C46BA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46BA0 is #3B945F. Grayscale: #8B8B8B. Windows color (decimal): -3904608 or 10513348. OLE color: 10513348.

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

Color convert

RGB196107160-
CMYK00.450.180.23
HSL324.27º43%59.41%-
HSV(B)324.27º45.41%76.86%-
XYZ34.3724.7936.23-
YUV139.65139.49168.19-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.33%
GREEN value IS 107 (42.19% from 255) = 23.11%
BLUE value IS 160 (62.89% from 255) = 34.56%
R=42.33%
G=23.11%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.18
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19610716000.450.180.23324.274359.41
HexC46BA002D12171442b3b
Octal30415324005522275045373
Binary1100010011010111010000001011011001010111101000100101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46BA0; }

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

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

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

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

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

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

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

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