Html Css Color HEX #C95A87 Mulberry

📋 copy color: '#C95A87'

red 201 ◦ green 90 ◦ blue 135

#C95A87
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mulberry #C95A87

Tints of Mulberry #C95A87

RGB

 RED value IS 201 (78.91% from 255) = 47.18%

 GREEN value IS 90 (35.55% from 255) = 21.13%

 BLUE value IS 135 (53.13% from 255) = 31.69%

R = 47.18%
G = 21.13%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#C95A87 (or 0xC95A87) is known color: Mulberry. HEX triplet: C9, 5A and 87. RGB value is (201,90,135). Sum of RGB (Red+Green+Blue) = 201+90+135=426 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.18% from 426); Green value is 90 (35.55% from 255 or 21.13% from 426); Blue value is 135 (53.12% from 255 or 31.69% from 426); Max value from RGB is 201 - color contains mainly: red. Hex color #C95A87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95A87 is #36A578. Grayscale: #808080. Windows color (decimal): -3581305 or 8870601. OLE color: 8870601.

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

Color convert

RGB 201 90 135 -
CMYK 0 0.55 0.33 0.21
HSL 335.68º 0.51% 0.57% -
HSV(B) 335.68º 0.55% 0.79% -
XYZ 32.12 21.48 25.37 -
YUV 128.32 131.77 179.84 -
System Red Green Blue C M Y K H S L
Decimal 201 90 135 0 0.55 0.33 0.21 335.68 0.51 0.57
Hex C9 5A 87 0 37 21 15 150 33 39
Octal 311 132 207 0 67 41 25 520 63 71
Binary 11001001 1011010 10000111 0 110111 100001 10101 101010000 110011 111001

Color Harmonies of #C95A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95A87

Black with #C95A87

Text Example


Text Example

White with #C95A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95A87; }

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

 H1.HeaderClassName
 {
   color: #C95A87;
 }
 .AnyTagClassName
 {
   color: #C95A87;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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