#C46695

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

Shades of Hopbush #C46695

Tints of Hopbush #C46695

Color information

#C46695 (or 0xC46695) is unknown color: approx Hopbush. HEX triplet: C4, 66 and 95. RGB value is (196,102,149). Sum of RGB (Red+Green+Blue) = 196+102+149=447 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.85% from 447); Green value is 102 (40.23% from 255 or 22.82% from 447); Blue value is 149 (58.59% from 255 or 33.33% from 447); Max value from RGB is 196 - color contains mainly: red. Hex color #C46695 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46695 is #3B996A. Grayscale: #878787. Windows color (decimal): -3905899 or 9791172. OLE color: 9791172.

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

Color convert

RGB196102149-
CMYK00.480.240.23
HSL330º44.34%58.43%-
HSV(B)330º47.96%76.86%-
XYZ32.9423.4131.22-
YUV135.46135.64171.18-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.85%
GREEN value IS 102 (40.23% from 255) = 22.82%
BLUE value IS 149 (58.59% from 255) = 33.33%
R=43.85%
G=22.82%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.24
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19610214900.480.240.2333044.3458.43
HexC46695030181714a2c3a
Octal30414622506030275125472
Binary1100010011001101001010101100001100010111101001010101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46695; }

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

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

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

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

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

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

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

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