#c95a8b

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

Shades of Mulberry #C95A8B

Tints of Mulberry #C95A8B

Color information

#C95A8B (or 0xC95A8B) is unknown color: approx Mulberry. HEX triplet: C9, 5A and 8B. RGB value is (201,90,139). Sum of RGB (Red+Green+Blue) = 201+90+139=430 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.74% from 430); Green value is 90 (35.55% from 255 or 20.93% from 430); Blue value is 139 (54.69% from 255 or 32.33% from 430); Max value from RGB is 201 - color contains mainly: red. Hex color #C95A8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95A8B is #36A574. Grayscale: #808080. Windows color (decimal): -3581301 or 9132745. OLE color: 9132745.

HSL color Cylindrical-coordinate representation of color #C95A8B: hue angle of 333.51º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C95A8B is Cyan = 0, Magento = 0.55, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB20190139-
CMYK00.550.310.21
HSL333.51º50.68%57.06%-
HSV(B)333.51º55.22%78.82%-
XYZ32.421.5926.89-
YUV128.78133.77179.52-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.74%
GREEN value IS 90 (35.55% from 255) = 20.93%
BLUE value IS 139 (54.69% from 255) = 32.33%
R=46.74%
G=20.93%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2019013900.550.310.21333.5150.6857.06
HexC95A8B0371F1514e3339
Octal31113221306737255166371
Binary1100100110110101000101101101111111110101101001110110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c95a8b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c95a8b; }

 p { color: rgb(201,90,139); }

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

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

 a { background-color: rgb(201,90,139); }

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

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

 span { border-color: rgb(201,90,139); }

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