#C95284

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

Shades of Mulberry #C95284

Tints of Mulberry #C95284

Color information

#C95284 (or 0xC95284) is unknown color: approx Mulberry. HEX triplet: C9, 52 and 84. RGB value is (201,82,132). Sum of RGB (Red+Green+Blue) = 201+82+132=415 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.43% from 415); Green value is 82 (32.42% from 255 or 19.76% from 415); Blue value is 132 (51.95% from 255 or 31.81% from 415); Max value from RGB is 201 - color contains mainly: red. Hex color #C95284 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95284 is #36AD7B. Grayscale: #7B7B7B. Windows color (decimal): -3583356 or 8671945. OLE color: 8671945.

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

Color convert

RGB20182132-
CMYK00.590.340.21
HSL334.79º52.42%55.49%-
HSV(B)334.79º59.2%78.82%-
XYZ31.2720.1224.06-
YUV123.28132.92183.43-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 48.43%
GREEN value IS 82 (32.42% from 255) = 19.76%
BLUE value IS 132 (51.95% from 255) = 31.81%
R=48.43%
G=19.76%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2018213200.590.340.21334.7952.4255.49
HexC9528403B221514f3437
Octal31112220407342255176467
Binary11001001101001010000100011101110001010101101001111110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95284; }

 p { color: rgb(201,82,132); }

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

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

 a { background-color: rgb(201,82,132); }

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

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

 span { border-color: rgb(201,82,132); }

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