#C86385

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

Shades of Hopbush #C86385

Tints of Hopbush #C86385

Color information

#C86385 (or 0xC86385) is unknown color: approx Hopbush. HEX triplet: C8, 63 and 85. RGB value is (200,99,133). Sum of RGB (Red+Green+Blue) = 200+99+133=432 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.30% from 432); Green value is 99 (39.06% from 255 or 22.92% from 432); Blue value is 133 (52.34% from 255 or 30.79% from 432); Max value from RGB is 200 - color contains mainly: red. Hex color #C86385 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86385 is #379C7A. Grayscale: #858585. Windows color (decimal): -3644539 or 8741832. OLE color: 8741832.

HSL color Cylindrical-coordinate representation of color #C86385: hue angle of 339.8º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C86385 is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB20099133-
CMYK00.500.340.22
HSL339.8º47.87%58.63%-
HSV(B)339.8º50.5%78.43%-
XYZ32.5122.924.9-
YUV133.07127.96175.74-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.30%
GREEN value IS 99 (39.06% from 255) = 22.92%
BLUE value IS 133 (52.34% from 255) = 30.79%
R=46.30%
G=22.92%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009913300.500.340.22339.847.8758.63
HexC863850322216154303b
Octal31014320506242265246073
Binary11001000110001110000101011001010001010110101010100110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86385; }

 p { color: rgb(200,99,133); }

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

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

 a { background-color: rgb(200,99,133); }

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

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

 span { border-color: rgb(200,99,133); }

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