#C46685

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

Shades of Hopbush #C46685

Tints of Hopbush #C46685

Color information

#C46685 (or 0xC46685) is unknown color: approx Hopbush. HEX triplet: C4, 66 and 85. RGB value is (196,102,133). Sum of RGB (Red+Green+Blue) = 196+102+133=431 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.48% from 431); Green value is 102 (40.23% from 255 or 23.67% from 431); Blue value is 133 (52.34% from 255 or 30.86% from 431); Max value from RGB is 196 - color contains mainly: red. Hex color #C46685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46685 is #3B997A. Grayscale: #858585. Windows color (decimal): -3905915 or 8742596. OLE color: 8742596.

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

Color convert

RGB196102133-
CMYK00.480.320.23
HSL340.21º44.34%58.43%-
HSV(B)340.21º47.96%76.86%-
XYZ31.7522.9324.94-
YUV133.64127.64172.48-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.48%
GREEN value IS 102 (40.23% from 255) = 23.67%
BLUE value IS 133 (52.34% from 255) = 30.86%
R=45.48%
G=23.67%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19610213300.480.320.23340.2144.3458.43
HexC4668503020171542c3a
Octal30414620506040275245472
Binary11000100110011010000101011000010000010111101010100101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46685; }

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

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

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

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

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

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

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

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