#C96091

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

Shades of Hopbush #C96091

Tints of Hopbush #C96091

Color information

#C96091 (or 0xC96091) is unknown color: approx Hopbush. HEX triplet: C9, 60 and 91. RGB value is (201,96,145). Sum of RGB (Red+Green+Blue) = 201+96+145=442 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.48% from 442); Green value is 96 (37.89% from 255 or 21.72% from 442); Blue value is 145 (57.03% from 255 or 32.81% from 442); Max value from RGB is 201 - color contains mainly: red. Hex color #C96091 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96091 is #369F6E. Grayscale: #848484. Windows color (decimal): -3579759 or 9527497. OLE color: 9527497.

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

Color convert

RGB20196145-
CMYK00.520.280.21
HSL332º49.3%58.24%-
HSV(B)332º52.24%78.82%-
XYZ33.3822.8329.43-
YUV132.98134.79176.52-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 45.48%
GREEN value IS 96 (37.89% from 255) = 21.72%
BLUE value IS 145 (57.03% from 255) = 32.81%
R=45.48%
G=21.72%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2019614500.520.280.2133249.358.24
HexC960910341C1514c313a
Octal31114022106434255146172
Binary1100100111000001001000101101001110010101101001100110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96091; }

 p { color: rgb(201,96,145); }

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

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

 a { background-color: rgb(201,96,145); }

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

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

 span { border-color: rgb(201,96,145); }

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