#C96084

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

Shades of Hopbush #C96084

Tints of Hopbush #C96084

Color information

#C96084 (or 0xC96084) is unknown color: approx Hopbush. HEX triplet: C9, 60 and 84. RGB value is (201,96,132). Sum of RGB (Red+Green+Blue) = 201+96+132=429 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.85% from 429); Green value is 96 (37.89% from 255 or 22.38% from 429); Blue value is 132 (51.95% from 255 or 30.77% from 429); Max value from RGB is 201 - color contains mainly: red. Hex color #C96084 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96084 is #369F7B. Grayscale: #838383. Windows color (decimal): -3579772 or 8675529. OLE color: 8675529.

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

Color convert

RGB20196132-
CMYK00.520.340.21
HSL339.43º49.3%58.24%-
HSV(B)339.43º52.24%78.82%-
XYZ32.4422.4524.45-
YUV131.5128.29177.57-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.85%
GREEN value IS 96 (37.89% from 255) = 22.38%
BLUE value IS 132 (51.95% from 255) = 30.77%
R=46.85%
G=22.38%
B=30.77%

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
Decimal2019613200.520.340.21339.4349.358.24
HexC960840342215153313a
Octal31114020406442255236172
Binary11001001110000010000100011010010001010101101010011110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96084; }

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

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

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

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

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

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

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

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