#C95288

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

Shades of Mulberry #C95288

Tints of Mulberry #C95288

Color information

#C95288 (or 0xC95288) is unknown color: approx Mulberry. HEX triplet: C9, 52 and 88. RGB value is (201,82,136). Sum of RGB (Red+Green+Blue) = 201+82+136=419 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.97% from 419); Green value is 82 (32.42% from 255 or 19.57% from 419); Blue value is 136 (53.52% from 255 or 32.46% from 419); Max value from RGB is 201 - color contains mainly: red. Hex color #C95288 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95288 is #36AD77. Grayscale: #7B7B7B. Windows color (decimal): -3583352 or 8934089. OLE color: 8934089.

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

Color convert

RGB20182136-
CMYK00.590.320.21
HSL332.77º52.42%55.49%-
HSV(B)332.77º59.2%78.82%-
XYZ31.5520.2325.53-
YUV123.74134.92183.11-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.97%
GREEN value IS 82 (32.42% from 255) = 19.57%
BLUE value IS 136 (53.52% from 255) = 32.46%
R=47.97%
G=19.57%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2018213600.590.320.21332.7752.4255.49
HexC9528803B201514d3437
Octal31112221007340255156467
Binary11001001101001010001000011101110000010101101001101110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95288; }

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

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

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

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

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

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

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

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