#C96489

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

Shades of Hopbush #C96489

Tints of Hopbush #C96489

Color information

#C96489 (or 0xC96489) is unknown color: approx Hopbush. HEX triplet: C9, 64 and 89. RGB value is (201,100,137). Sum of RGB (Red+Green+Blue) = 201+100+137=438 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.89% from 438); Green value is 100 (39.45% from 255 or 22.83% from 438); Blue value is 137 (53.91% from 255 or 31.28% from 438); Max value from RGB is 201 - color contains mainly: red. Hex color #C96489 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96489 is #369B76. Grayscale: #868686. Windows color (decimal): -3578743 or 9004233. OLE color: 9004233.

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

Color convert

RGB201100137-
CMYK00.500.320.21
HSL338.02º48.33%59.02%-
HSV(B)338.02º50.25%78.82%-
XYZ33.1623.3426.42-
YUV134.42129.46175.49-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 45.89%
GREEN value IS 100 (39.45% from 255) = 22.83%
BLUE value IS 137 (53.91% from 255) = 31.28%
R=45.89%
G=22.83%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110013700.500.320.21338.0248.3359.02
HexC964890322015152303b
Octal31114421106240255226073
Binary11001001110010010001001011001010000010101101010010110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96489; }

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

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

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

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

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

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

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

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