#C86290

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

Shades of Hopbush #C86290

Tints of Hopbush #C86290

Color information

#C86290 (or 0xC86290) is unknown color: approx Hopbush. HEX triplet: C8, 62 and 90. RGB value is (200,98,144). Sum of RGB (Red+Green+Blue) = 200+98+144=442 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.25% from 442); Green value is 98 (38.67% from 255 or 22.17% from 442); Blue value is 144 (56.64% from 255 or 32.58% from 442); Max value from RGB is 200 - color contains mainly: red. Hex color #C86290 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86290 is #379D6F. Grayscale: #858585. Windows color (decimal): -3644784 or 9462472. OLE color: 9462472.

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

Color convert

RGB20098144-
CMYK00.510.280.22
HSL332.94º48.11%58.43%-
HSV(B)332.94º51%78.43%-
XYZ33.2223.0329.08-
YUV133.74133.79175.26-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.25%
GREEN value IS 98 (38.67% from 255) = 22.17%
BLUE value IS 144 (56.64% from 255) = 32.58%
R=45.25%
G=22.17%
B=32.58%

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
Decimal2009814400.510.280.22332.9448.1158.43
HexC862900331C1614d303a
Octal31014222006334265156072
Binary1100100011000101001000001100111110010110101001101110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86290; }

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

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

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

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

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

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

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

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