#C96593

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

Shades of Hopbush #C96593

Tints of Hopbush #C96593

Color information

#C96593 (or 0xC96593) is unknown color: approx Hopbush. HEX triplet: C9, 65 and 93. RGB value is (201,101,147). Sum of RGB (Red+Green+Blue) = 201+101+147=449 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.77% from 449); Green value is 101 (39.84% from 255 or 22.49% from 449); Blue value is 147 (57.81% from 255 or 32.74% from 449); Max value from RGB is 201 - color contains mainly: red. Hex color #C96593 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96593 is #369A6C. Grayscale: #888888. Windows color (decimal): -3578477 or 9659849. OLE color: 9659849.

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

Color convert

RGB201101147-
CMYK00.500.270.21
HSL332.4º48.08%59.22%-
HSV(B)332.4º49.75%78.82%-
XYZ34.0123.8330.41-
YUV136.14134.13174.26-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.77%
GREEN value IS 101 (39.84% from 255) = 22.49%
BLUE value IS 147 (57.81% from 255) = 32.74%
R=44.77%
G=22.49%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110114700.500.270.21332.448.0859.22
HexC965930321B1514c303b
Octal31114522306233255146073
Binary1100100111001011001001101100101101110101101001100110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96593; }

 p { color: rgb(201,101,147); }

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

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

 a { background-color: rgb(201,101,147); }

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

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

 span { border-color: rgb(201,101,147); }

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