#C96284

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

Shades of Hopbush #C96284

Tints of Hopbush #C96284

Color information

#C96284 (or 0xC96284) is unknown color: approx Hopbush. HEX triplet: C9, 62 and 84. RGB value is (201,98,132). Sum of RGB (Red+Green+Blue) = 201+98+132=431 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.64% from 431); Green value is 98 (38.67% from 255 or 22.74% from 431); Blue value is 132 (51.95% from 255 or 30.63% from 431); Max value from RGB is 201 - color contains mainly: red. Hex color #C96284 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96284 is #369D7B. Grayscale: #848484. Windows color (decimal): -3579260 or 8676041. OLE color: 8676041.

HSL color Cylindrical-coordinate representation of color #C96284: hue angle of 340.19º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C96284 is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB20198132-
CMYK00.510.340.21
HSL340.19º48.82%58.63%-
HSV(B)340.19º51.24%78.82%-
XYZ32.6222.8224.52-
YUV132.67127.62176.74-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.64%
GREEN value IS 98 (38.67% from 255) = 22.74%
BLUE value IS 132 (51.95% from 255) = 30.63%
R=46.64%
G=22.74%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2019813200.510.340.21340.1948.8258.63
HexC962840332215154313b
Octal31114220406342255246173
Binary11001001110001010000100011001110001010101101010100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96284; }

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

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

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

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

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

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

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

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