#C96083

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

Shades of Hopbush #C96083

Tints of Hopbush #C96083

Color information

#C96083 (or 0xC96083) is unknown color: approx Hopbush. HEX triplet: C9, 60 and 83. RGB value is (201,96,131). Sum of RGB (Red+Green+Blue) = 201+96+131=428 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.96% from 428); Green value is 96 (37.89% from 255 or 22.43% from 428); Blue value is 131 (51.56% from 255 or 30.61% from 428); Max value from RGB is 201 - color contains mainly: red. Hex color #C96083 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96083 is #369F7C. Grayscale: #838383. Windows color (decimal): -3579773 or 8609993. OLE color: 8609993.

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

Color convert

RGB20196131-
CMYK00.520.350.21
HSL340º49.3%58.24%-
HSV(B)340º52.24%78.82%-
XYZ32.3722.4224.09-
YUV131.38127.79177.65-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.96%
GREEN value IS 96 (37.89% from 255) = 22.43%
BLUE value IS 131 (51.56% from 255) = 30.61%
R=46.96%
G=22.43%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2019613100.520.350.2134049.358.24
HexC960830342315154313a
Octal31114020306443255246172
Binary11001001110000010000011011010010001110101101010100110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96083; }

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

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

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

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

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

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

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

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