#C95AA2

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

Shades of Mulberry #C95AA2

Tints of Mulberry #C95AA2

Color information

#C95AA2 (or 0xC95AA2) is unknown color: approx Mulberry. HEX triplet: C9, 5A and A2. RGB value is (201,90,162). Sum of RGB (Red+Green+Blue) = 201+90+162=453 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.37% from 453); Green value is 90 (35.55% from 255 or 19.87% from 453); Blue value is 162 (63.67% from 255 or 35.76% from 453); Max value from RGB is 201 - color contains mainly: red. Hex color #C95AA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95AA2 is #36A55D. Grayscale: #838383. Windows color (decimal): -3581278 or 10640073. OLE color: 10640073.

HSL color Cylindrical-coordinate representation of color #C95AA2: hue angle of 321.08º 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 #C95AA2 is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.21.

Color convert

RGB20190162-
CMYK00.550.190.21
HSL321.08º50.68%57.06%-
HSV(B)321.08º55.22%78.82%-
XYZ34.2722.3436.69-
YUV131.4145.27177.65-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.37%
GREEN value IS 90 (35.55% from 255) = 19.87%
BLUE value IS 162 (63.67% from 255) = 35.76%
R=44.37%
G=19.87%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.19
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2019016200.550.190.21321.0850.6857.06
HexC95AA203713151413339
Octal31113224206723255016371
Binary1100100110110101010001001101111001110101101000001110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95AA2; }

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

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

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

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

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

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

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

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