#C46395

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

Shades of Hopbush #C46395

Tints of Hopbush #C46395

Color information

#C46395 (or 0xC46395) is unknown color: approx Hopbush. HEX triplet: C4, 63 and 95. RGB value is (196,99,149). Sum of RGB (Red+Green+Blue) = 196+99+149=444 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.14% from 444); Green value is 99 (39.06% from 255 or 22.30% from 444); Blue value is 149 (58.59% from 255 or 33.56% from 444); Max value from RGB is 196 - color contains mainly: red. Hex color #C46395 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46395 is #3B9C6A. Grayscale: #858585. Windows color (decimal): -3906667 or 9790404. OLE color: 9790404.

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

Color convert

RGB19699149-
CMYK00.490.240.23
HSL329.07º45.12%57.84%-
HSV(B)329.07º49.49%76.86%-
XYZ32.6522.8331.12-
YUV133.7136.64172.43-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.14%
GREEN value IS 99 (39.06% from 255) = 22.30%
BLUE value IS 149 (58.59% from 255) = 33.56%
R=44.14%
G=22.30%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.24
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1969914900.490.240.23329.0745.1257.84
HexC4639503118171492d3a
Octal30414322506130275115572
Binary1100010011000111001010101100011100010111101001001101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46395; }

 p { color: rgb(196,99,149); }

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

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

 a { background-color: rgb(196,99,149); }

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

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

 span { border-color: rgb(196,99,149); }

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