#C85F8E

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

Shades of Hopbush #C85F8E

Tints of Hopbush #C85F8E

Color information

#C85F8E (or 0xC85F8E) is unknown color: approx Hopbush. HEX triplet: C8, 5F and 8E. RGB value is (200,95,142). Sum of RGB (Red+Green+Blue) = 200+95+142=437 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.77% from 437); Green value is 95 (37.5% from 255 or 21.74% from 437); Blue value is 142 (55.86% from 255 or 32.49% from 437); Max value from RGB is 200 - color contains mainly: red. Hex color #C85F8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85F8E is #37A071. Grayscale: #838383. Windows color (decimal): -3645554 or 9330632. OLE color: 9330632.

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

Color convert

RGB20095142-
CMYK00.520.290.22
HSL333.14º48.84%57.84%-
HSV(B)333.14º52.5%78.43%-
XYZ32.7922.4228.19-
YUV131.75133.79176.68-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.77%
GREEN value IS 95 (37.5% from 255) = 21.74%
BLUE value IS 142 (55.86% from 255) = 32.49%
R=45.77%
G=21.74%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009514200.520.290.22333.1448.8457.84
HexC85F8E0341D1614d313a
Octal31013721606435265156172
Binary1100100010111111000111001101001110110110101001101110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85F8E; }

 p { color: rgb(200,95,142); }

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

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

 a { background-color: rgb(200,95,142); }

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

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

 span { border-color: rgb(200,95,142); }

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