#C96485

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

Shades of Hopbush #C96485

Tints of Hopbush #C96485

Color information

#C96485 (or 0xC96485) is unknown color: approx Hopbush. HEX triplet: C9, 64 and 85. RGB value is (201,100,133). Sum of RGB (Red+Green+Blue) = 201+100+133=434 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.31% from 434); Green value is 100 (39.45% from 255 or 23.04% from 434); Blue value is 133 (52.34% from 255 or 30.65% from 434); Max value from RGB is 201 - color contains mainly: red. Hex color #C96485 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96485 is #369B7A. Grayscale: #858585. Windows color (decimal): -3578747 or 8742089. OLE color: 8742089.

HSL color Cylindrical-coordinate representation of color #C96485: hue angle of 340.4º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C96485 is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB201100133-
CMYK00.500.340.21
HSL340.4º48.33%59.02%-
HSV(B)340.4º50.25%78.82%-
XYZ32.8823.2324.94-
YUV133.96127.46175.82-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.31%
GREEN value IS 100 (39.45% from 255) = 23.04%
BLUE value IS 133 (52.34% from 255) = 30.65%
R=46.31%
G=23.04%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110013300.500.340.21340.448.3359.02
HexC964850322215154303b
Octal31114420506242255246073
Binary11001001110010010000101011001010001010101101010100110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96485; }

 p { color: rgb(201,100,133); }

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

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

 a { background-color: rgb(201,100,133); }

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

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

 span { border-color: rgb(201,100,133); }

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