#C96699

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

Shades of Hopbush #C96699

Tints of Hopbush #C96699

Color information

#C96699 (or 0xC96699) is unknown color: approx Hopbush. HEX triplet: C9, 66 and 99. RGB value is (201,102,153). Sum of RGB (Red+Green+Blue) = 201+102+153=456 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.08% from 456); Green value is 102 (40.23% from 255 or 22.37% from 456); Blue value is 153 (60.16% from 255 or 33.55% from 456); Max value from RGB is 201 - color contains mainly: red. Hex color #C96699 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96699 is #369966. Grayscale: #898989. Windows color (decimal): -3578215 or 10053321. OLE color: 10053321.

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

Color convert

RGB201102153-
CMYK00.490.240.21
HSL329.09º47.83%59.41%-
HSV(B)329.09º49.25%78.82%-
XYZ34.5924.2232.99-
YUV137.42136.8173.35-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.08%
GREEN value IS 102 (40.23% from 255) = 22.37%
BLUE value IS 153 (60.16% from 255) = 33.55%
R=44.08%
G=22.37%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110215300.490.240.21329.0947.8359.41
HexC966990311815149303b
Octal31114623106130255116073
Binary1100100111001101001100101100011100010101101001001110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96699; }

 p { color: rgb(201,102,153); }

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

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

 a { background-color: rgb(201,102,153); }

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

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

 span { border-color: rgb(201,102,153); }

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