#C95CA0

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

Shades of Mulberry #C95CA0

Tints of Mulberry #C95CA0

Color information

#C95CA0 (or 0xC95CA0) is unknown color: approx Mulberry. HEX triplet: C9, 5C and A0. RGB value is (201,92,160). Sum of RGB (Red+Green+Blue) = 201+92+160=453 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.37% from 453); Green value is 92 (36.33% from 255 or 20.31% from 453); Blue value is 160 (62.89% from 255 or 35.32% from 453); Max value from RGB is 201 - color contains mainly: red. Hex color #C95CA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95CA0 is #36A35F. Grayscale: #848484. Windows color (decimal): -3580768 or 10509513. OLE color: 10509513.

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

Color convert

RGB20192160-
CMYK00.540.200.21
HSL322.57º50.23%57.45%-
HSV(B)322.57º54.23%78.82%-
XYZ34.2622.6135.82-
YUV132.34143.61176.97-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.37%
GREEN value IS 92 (36.33% from 255) = 20.31%
BLUE value IS 160 (62.89% from 255) = 35.32%
R=44.37%
G=20.31%
B=35.32%

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
Decimal2019216000.540.200.21322.5750.2357.45
HexC95CA003614151433239
Octal31113424006624255036271
Binary1100100110111001010000001101101010010101101000011110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95CA0; }

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

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

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

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

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

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

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

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