#C96E94

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

Shades of Hopbush #C96E94

Tints of Hopbush #C96E94

Color information

#C96E94 (or 0xC96E94) is unknown color: approx Hopbush. HEX triplet: C9, 6E and 94. RGB value is (201,110,148). Sum of RGB (Red+Green+Blue) = 201+110+148=459 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.79% from 459); Green value is 110 (43.36% from 255 or 23.97% from 459); Blue value is 148 (58.20% from 255 or 32.24% from 459); Max value from RGB is 201 - color contains mainly: red. Hex color #C96E94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96E94 is #36916B. Grayscale: #8D8D8D. Windows color (decimal): -3576172 or 9727689. OLE color: 9727689.

HSL color Cylindrical-coordinate representation of color #C96E94: hue angle of 334.95º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C96E94 is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB201110148-
CMYK00.450.260.21
HSL334.95º45.73%60.98%-
HSV(B)334.95º45.27%78.82%-
XYZ35.0125.7131.13-
YUV141.54131.65170.41-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.79%
GREEN value IS 110 (43.36% from 255) = 23.97%
BLUE value IS 148 (58.20% from 255) = 32.24%
R=43.79%
G=23.97%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111014800.450.260.21334.9545.7360.98
HexC96E9402D1A1514f2e3d
Octal31115622405532255175675
Binary1100100111011101001010001011011101010101101001111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96E94; }

 p { color: rgb(201,110,148); }

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

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

 a { background-color: rgb(201,110,148); }

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

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

 span { border-color: rgb(201,110,148); }

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