#C96291

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

Shades of Hopbush #C96291

Tints of Hopbush #C96291

Color information

#C96291 (or 0xC96291) is unknown color: approx Hopbush. HEX triplet: C9, 62 and 91. RGB value is (201,98,145). Sum of RGB (Red+Green+Blue) = 201+98+145=444 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.27% from 444); Green value is 98 (38.67% from 255 or 22.07% from 444); Blue value is 145 (57.03% from 255 or 32.66% from 444); Max value from RGB is 201 - color contains mainly: red. Hex color #C96291 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96291 is #369D6E. Grayscale: #868686. Windows color (decimal): -3579247 or 9528009. OLE color: 9528009.

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

Color convert

RGB20198145-
CMYK00.510.280.21
HSL332.62º48.82%58.63%-
HSV(B)332.62º51.24%78.82%-
XYZ33.5723.229.5-
YUV134.16134.12175.68-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 45.27%
GREEN value IS 98 (38.67% from 255) = 22.07%
BLUE value IS 145 (57.03% from 255) = 32.66%
R=45.27%
G=22.07%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2019814500.510.280.21332.6248.8258.63
HexC962910331C1514d313b
Octal31114222106334255156173
Binary1100100111000101001000101100111110010101101001101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96291; }

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

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

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

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

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

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

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

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