#C96991

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

Shades of Hopbush #C96991

Tints of Hopbush #C96991

Color information

#C96991 (or 0xC96991) is unknown color: approx Hopbush. HEX triplet: C9, 69 and 91. RGB value is (201,105,145). Sum of RGB (Red+Green+Blue) = 201+105+145=451 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.57% from 451); Green value is 105 (41.41% from 255 or 23.28% from 451); Blue value is 145 (57.03% from 255 or 32.15% from 451); Max value from RGB is 201 - color contains mainly: red. Hex color #C96991 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96991 is #36966E. Grayscale: #8A8A8A. Windows color (decimal): -3577455 or 9529801. OLE color: 9529801.

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

Color convert

RGB201105145-
CMYK00.480.280.21
HSL335º47.06%60%-
HSV(B)335º47.76%78.82%-
XYZ34.2524.5629.72-
YUV138.26131.8172.75-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.57%
GREEN value IS 105 (41.41% from 255) = 23.28%
BLUE value IS 145 (57.03% from 255) = 32.15%
R=44.57%
G=23.28%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110514500.480.280.2133547.0660
HexC969910301C1514f2f3c
Octal31115122106034255175774
Binary1100100111010011001000101100001110010101101001111101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96991; }

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

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

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

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

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

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

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

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