#C96186

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

Shades of Hopbush #C96186

Tints of Hopbush #C96186

Color information

#C96186 (or 0xC96186) is unknown color: approx Hopbush. HEX triplet: C9, 61 and 86. RGB value is (201,97,134). Sum of RGB (Red+Green+Blue) = 201+97+134=432 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.53% from 432); Green value is 97 (38.28% from 255 or 22.45% from 432); Blue value is 134 (52.73% from 255 or 31.02% from 432); Max value from RGB is 201 - color contains mainly: red. Hex color #C96186 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96186 is #369E79. Grayscale: #848484. Windows color (decimal): -3579514 or 8806857. OLE color: 8806857.

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

Color convert

RGB20197134-
CMYK00.520.330.21
HSL338.65º49.06%58.43%-
HSV(B)338.65º51.74%78.82%-
XYZ32.6722.6925.21-
YUV132.31128.96176.99-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.53%
GREEN value IS 97 (38.28% from 255) = 22.45%
BLUE value IS 134 (52.73% from 255) = 31.02%
R=46.53%
G=22.45%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2019713400.520.330.21338.6549.0658.43
HexC961860342115153313a
Octal31114120606441255236172
Binary11001001110000110000110011010010000110101101010011110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96186; }

 p { color: rgb(201,97,134); }

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

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

 a { background-color: rgb(201,97,134); }

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

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

 span { border-color: rgb(201,97,134); }

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