#C96392

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

Shades of Hopbush #C96392

Tints of Hopbush #C96392

Color information

#C96392 (or 0xC96392) is unknown color: approx Hopbush. HEX triplet: C9, 63 and 92. RGB value is (201,99,146). Sum of RGB (Red+Green+Blue) = 201+99+146=446 (59% of max value = 765). Red value is 201 (78.91% from 255 or 45.07% from 446); Green value is 99 (39.06% from 255 or 22.20% from 446); Blue value is 146 (57.42% from 255 or 32.74% from 446); Max value from RGB is 201 - color contains mainly: red. Hex color #C96392 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96392 is #369C6D. Grayscale: #868686. Windows color (decimal): -3578990 or 9593801. OLE color: 9593801.

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

Color convert

RGB20199146-
CMYK00.510.270.21
HSL332.35º48.57%58.82%-
HSV(B)332.35º50.75%78.82%-
XYZ33.7423.4229.94-
YUV134.86134.29175.18-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 45.07%
GREEN value IS 99 (39.06% from 255) = 22.20%
BLUE value IS 146 (57.42% from 255) = 32.74%
R=45.07%
G=22.20%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2019914600.510.270.21332.3548.5758.82
HexC963920331B1514c313b
Octal31114322206333255146173
Binary1100100111000111001001001100111101110101101001100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96392; }

 p { color: rgb(201,99,146); }

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

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

 a { background-color: rgb(201,99,146); }

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

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

 span { border-color: rgb(201,99,146); }

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