#C85E81

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

Shades of Hopbush #C85E81

Tints of Hopbush #C85E81

Color information

#C85E81 (or 0xC85E81) is unknown color: approx Hopbush. HEX triplet: C8, 5E and 81. RGB value is (200,94,129). Sum of RGB (Red+Green+Blue) = 200+94+129=423 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.28% from 423); Green value is 94 (37.11% from 255 or 22.22% from 423); Blue value is 129 (50.78% from 255 or 30.50% from 423); Max value from RGB is 200 - color contains mainly: red. Hex color #C85E81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85E81 is #37A17E. Grayscale: #818181. Windows color (decimal): -3645823 or 8478408. OLE color: 8478408.

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

Color convert

RGB20094129-
CMYK00.530.360.22
HSL340.19º49.07%57.65%-
HSV(B)340.19º53%78.43%-
XYZ31.7821.8723.31-
YUV129.68127.62178.15-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.28%
GREEN value IS 94 (37.11% from 255) = 22.22%
BLUE value IS 129 (50.78% from 255) = 30.50%
R=47.28%
G=22.22%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009412900.530.360.22340.1949.0757.65
HexC85E810352416154313a
Octal31013620106544265246172
Binary11001000101111010000001011010110010010110101010100110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85E81; }

 p { color: rgb(200,94,129); }

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

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

 a { background-color: rgb(200,94,129); }

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

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

 span { border-color: rgb(200,94,129); }

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