#C96086

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

Shades of Hopbush #C96086

Tints of Hopbush #C96086

Color information

#C96086 (or 0xC96086) is unknown color: approx Hopbush. HEX triplet: C9, 60 and 86. RGB value is (201,96,134). Sum of RGB (Red+Green+Blue) = 201+96+134=431 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.64% from 431); Green value is 96 (37.89% from 255 or 22.27% from 431); Blue value is 134 (52.73% from 255 or 31.09% from 431); Max value from RGB is 201 - color contains mainly: red. Hex color #C96086 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96086 is #369F79. Grayscale: #838383. Windows color (decimal): -3579770 or 8806601. OLE color: 8806601.

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

Color convert

RGB20196134-
CMYK00.520.330.21
HSL338.29º49.3%58.24%-
HSV(B)338.29º52.24%78.82%-
XYZ32.5722.525.18-
YUV131.73129.29177.41-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.64%
GREEN value IS 96 (37.89% from 255) = 22.27%
BLUE value IS 134 (52.73% from 255) = 31.09%
R=46.64%
G=22.27%
B=31.09%

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
Decimal2019613400.520.330.21338.2949.358.24
HexC960860342115152313a
Octal31114020606441255226172
Binary11001001110000010000110011010010000110101101010010110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96086; }

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

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

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

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

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

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

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

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