#C85FA0

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

Shades of Hopbush #C85FA0

Tints of Hopbush #C85FA0

Color information

#C85FA0 (or 0xC85FA0) is unknown color: approx Hopbush. HEX triplet: C8, 5F and A0. RGB value is (200,95,160). Sum of RGB (Red+Green+Blue) = 200+95+160=455 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.96% from 455); Green value is 95 (37.5% from 255 or 20.88% from 455); Blue value is 160 (62.89% from 255 or 35.16% from 455); Max value from RGB is 200 - color contains mainly: red. Hex color #C85FA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85FA0 is #37A05F. Grayscale: #858585. Windows color (decimal): -3645536 or 10510280. OLE color: 10510280.

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

Color convert

RGB20095160-
CMYK00.520.20.22
HSL322.86º48.84%57.84%-
HSV(B)322.86º52.5%78.43%-
XYZ34.262335.89-
YUV133.8142.79175.21-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.96%
GREEN value IS 95 (37.5% from 255) = 20.88%
BLUE value IS 160 (62.89% from 255) = 35.16%
R=43.96%
G=20.88%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.2
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009516000.520.20.22322.8648.8457.84
HexC85FA00341416143313a
Octal31013724006424265036172
Binary1100100010111111010000001101001010010110101000011110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85FA0; }

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

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

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

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

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

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

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

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