#C66186

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

Shades of Hopbush #C66186

Tints of Hopbush #C66186

Color information

#C66186 (or 0xC66186) is unknown color: approx Hopbush. HEX triplet: C6, 61 and 86. RGB value is (198,97,134). Sum of RGB (Red+Green+Blue) = 198+97+134=429 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.15% from 429); Green value is 97 (38.28% from 255 or 22.61% from 429); Blue value is 134 (52.73% from 255 or 31.24% from 429); Max value from RGB is 198 - color contains mainly: red. Hex color #C66186 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66186 is #399E79. Grayscale: #838383. Windows color (decimal): -3776122 or 8806854. OLE color: 8806854.

HSL color Cylindrical-coordinate representation of color #C66186: hue angle of 338.02º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C66186 is Cyan = 0, Magento = 0.51, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB19897134-
CMYK00.510.320.22
HSL338.02º46.98%57.84%-
HSV(B)338.02º51.01%77.65%-
XYZ31.8722.2825.17-
YUV131.42129.46175.49-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.15%
GREEN value IS 97 (38.28% from 255) = 22.61%
BLUE value IS 134 (52.73% from 255) = 31.24%
R=46.15%
G=22.61%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1989713400.510.320.22338.0246.9857.84
HexC6618603320161522f3a
Octal30614120606340265225772
Binary11000110110000110000110011001110000010110101010010101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66186; }

 p { color: rgb(198,97,134); }

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

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

 a { background-color: rgb(198,97,134); }

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

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

 span { border-color: rgb(198,97,134); }

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