#C96085

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

Shades of Hopbush #C96085

Tints of Hopbush #C96085

Color information

#C96085 (or 0xC96085) is unknown color: approx Hopbush. HEX triplet: C9, 60 and 85. RGB value is (201,96,133). Sum of RGB (Red+Green+Blue) = 201+96+133=430 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.74% from 430); Green value is 96 (37.89% from 255 or 22.33% from 430); Blue value is 133 (52.34% from 255 or 30.93% from 430); Max value from RGB is 201 - color contains mainly: red. Hex color #C96085 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96085 is #369F7A. Grayscale: #838383. Windows color (decimal): -3579771 or 8741065. OLE color: 8741065.

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

Color convert

RGB20196133-
CMYK00.520.340.21
HSL338.86º49.3%58.24%-
HSV(B)338.86º52.24%78.82%-
XYZ32.522.4824.82-
YUV131.61128.79177.49-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.74%
GREEN value IS 96 (37.89% from 255) = 22.33%
BLUE value IS 133 (52.34% from 255) = 30.93%
R=46.74%
G=22.33%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2019613300.520.340.21338.8649.358.24
HexC960850342215153313a
Octal31114020506442255236172
Binary11001001110000010000101011010010001010101101010011110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96085; }

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

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

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

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

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

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

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

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