#C95DA0

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

Shades of Mulberry #C95DA0

Tints of Mulberry #C95DA0

Color information

#C95DA0 (or 0xC95DA0) is unknown color: approx Mulberry. HEX triplet: C9, 5D and A0. RGB value is (201,93,160). Sum of RGB (Red+Green+Blue) = 201+93+160=454 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.27% from 454); Green value is 93 (36.72% from 255 or 20.48% from 454); Blue value is 160 (62.89% from 255 or 35.24% from 454); Max value from RGB is 201 - color contains mainly: red. Hex color #C95DA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95DA0 is #36A25F. Grayscale: #848484. Windows color (decimal): -3580512 or 10509769. OLE color: 10509769.

HSL color Cylindrical-coordinate representation of color #C95DA0: hue angle of 322.78º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C95DA0 is Cyan = 0, Magento = 0.54, Yellow = 0.20 and Black (K on CMYK) = 0.21.

Color convert

RGB20193160-
CMYK00.540.200.21
HSL322.78º50%57.65%-
HSV(B)322.78º53.73%78.82%-
XYZ34.3522.7835.85-
YUV132.93143.28176.55-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.27%
GREEN value IS 93 (36.72% from 255) = 20.48%
BLUE value IS 160 (62.89% from 255) = 35.24%
R=44.27%
G=20.48%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.20
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2019316000.540.200.21322.785057.65
HexC95DA00361415143323a
Octal31113524006624255036272
Binary1100100110111011010000001101101010010101101000011110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95DA0; }

 p { color: rgb(201,93,160); }

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

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

 a { background-color: rgb(201,93,160); }

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

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

 span { border-color: rgb(201,93,160); }

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