#C96484

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

Shades of Hopbush #C96484

Tints of Hopbush #C96484

Color information

#C96484 (or 0xC96484) is unknown color: approx Hopbush. HEX triplet: C9, 64 and 84. RGB value is (201,100,132). Sum of RGB (Red+Green+Blue) = 201+100+132=433 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.42% from 433); Green value is 100 (39.45% from 255 or 23.09% from 433); Blue value is 132 (51.95% from 255 or 30.48% from 433); Max value from RGB is 201 - color contains mainly: red. Hex color #C96484 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96484 is #369B7B. Grayscale: #858585. Windows color (decimal): -3578748 or 8676553. OLE color: 8676553.

HSL color Cylindrical-coordinate representation of color #C96484: hue angle of 340.99º 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 #C96484 is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB201100132-
CMYK00.500.340.21
HSL340.99º48.33%59.02%-
HSV(B)340.99º50.25%78.82%-
XYZ32.8123.224.58-
YUV133.85126.96175.9-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.42%
GREEN value IS 100 (39.45% from 255) = 23.09%
BLUE value IS 132 (51.95% from 255) = 30.48%
R=46.42%
G=23.09%
B=30.48%

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
Decimal20110013200.500.340.21340.9948.3359.02
HexC964840322215155303b
Octal31114420406242255256073
Binary11001001110010010000100011001010001010101101010101110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96484; }

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

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

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

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

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

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

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

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