#C46285

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

Shades of Hopbush #C46285

Tints of Hopbush #C46285

Color information

#C46285 (or 0xC46285) is unknown color: approx Hopbush. HEX triplet: C4, 62 and 85. RGB value is (196,98,133). Sum of RGB (Red+Green+Blue) = 196+98+133=427 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.90% from 427); Green value is 98 (38.67% from 255 or 22.95% from 427); Blue value is 133 (52.34% from 255 or 31.15% from 427); Max value from RGB is 196 - color contains mainly: red. Hex color #C46285 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46285 is #3B9D7A. Grayscale: #838383. Windows color (decimal): -3906939 or 8741572. OLE color: 8741572.

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

Color convert

RGB19698133-
CMYK00.50.320.23
HSL338.57º45.37%57.65%-
HSV(B)338.57º50%76.86%-
XYZ31.3722.1624.82-
YUV131.29128.97174.15-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.90%
GREEN value IS 98 (38.67% from 255) = 22.95%
BLUE value IS 133 (52.34% from 255) = 31.15%
R=45.90%
G=22.95%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1969813300.50.320.23338.5745.3757.65
HexC4628503220171532d3a
Octal30414220506240275235572
Binary11000100110001010000101011001010000010111101010011101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46285; }

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

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

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

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

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

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

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

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