#C85692

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

Shades of Mulberry #C85692

Tints of Mulberry #C85692

Color information

#C85692 (or 0xC85692) is unknown color: approx Mulberry. HEX triplet: C8, 56 and 92. RGB value is (200,86,146). Sum of RGB (Red+Green+Blue) = 200+86+146=432 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.30% from 432); Green value is 86 (33.98% from 255 or 19.91% from 432); Blue value is 146 (57.42% from 255 or 33.80% from 432); Max value from RGB is 200 - color contains mainly: red. Hex color #C85692 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85692 is #37A96D. Grayscale: #7E7E7E. Windows color (decimal): -3647854 or 9590472. OLE color: 9590472.

HSL color Cylindrical-coordinate representation of color #C85692: hue angle of 328.42º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C85692 is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.22.

Color convert

RGB20086146-
CMYK00.570.270.22
HSL328.42º50.89%56.08%-
HSV(B)328.42º57%78.43%-
XYZ32.3421.0129.55-
YUV126.93138.77180.12-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.30%
GREEN value IS 86 (33.98% from 255) = 19.91%
BLUE value IS 146 (57.42% from 255) = 33.80%
R=46.30%
G=19.91%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008614600.570.270.22328.4250.8956.08
HexC856920391B161483338
Octal31012622207133265106370
Binary1100100010101101001001001110011101110110101001000110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85692; }

 p { color: rgb(200,86,146); }

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

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

 a { background-color: rgb(200,86,146); }

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

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

 span { border-color: rgb(200,86,146); }

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