#C86291

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

Shades of Hopbush #C86291

Tints of Hopbush #C86291

Color information

#C86291 (or 0xC86291) is unknown color: approx Hopbush. HEX triplet: C8, 62 and 91. RGB value is (200,98,145). Sum of RGB (Red+Green+Blue) = 200+98+145=443 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.15% from 443); Green value is 98 (38.67% from 255 or 22.12% from 443); Blue value is 145 (57.03% from 255 or 32.73% from 443); Max value from RGB is 200 - color contains mainly: red. Hex color #C86291 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86291 is #379D6E. Grayscale: #858585. Windows color (decimal): -3644783 or 9528008. OLE color: 9528008.

HSL color Cylindrical-coordinate representation of color #C86291: hue angle of 332.35º degrees, saturation: 0.48, 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 #C86291 is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB20098145-
CMYK00.510.280.22
HSL332.35º48.11%58.43%-
HSV(B)332.35º51%78.43%-
XYZ33.323.0629.48-
YUV133.86134.29175.18-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.15%
GREEN value IS 98 (38.67% from 255) = 22.12%
BLUE value IS 145 (57.03% from 255) = 32.73%
R=45.15%
G=22.12%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009814500.510.280.22332.3548.1158.43
HexC862910331C1614c303a
Octal31014222106334265146072
Binary1100100011000101001000101100111110010110101001100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86291; }

 p { color: rgb(200,98,145); }

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

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

 a { background-color: rgb(200,98,145); }

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

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

 span { border-color: rgb(200,98,145); }

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