Html Css Color HEX #C95B89 Mulberry

📋 copy color: '#C95B89'

red 201 ◦ green 91 ◦ blue 137

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

Shades of Mulberry #C95B89

Tints of Mulberry #C95B89

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.21%

 BLUE value IS 137 (53.91% from 255) = 31.93%

R = 46.85%
G = 21.21%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#C95B89 (or 0xC95B89) is known color: Mulberry. HEX triplet: C9, 5B and 89. RGB value is (201,91,137). Sum of RGB (Red+Green+Blue) = 201+91+137=429 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.85% from 429); Green value is 91 (35.94% from 255 or 21.21% from 429); Blue value is 137 (53.91% from 255 or 31.93% from 429); Max value from RGB is 201 - color contains mainly: red. Hex color #C95B89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95B89 is #36A476. Grayscale: #818181. Windows color (decimal): -3581047 or 9001929. OLE color: 9001929.

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

Color convert

RGB 201 91 137 -
CMYK 0 0.55 0.32 0.21
HSL 334.91º 0.5% 0.57% -
HSV(B) 334.91º 0.55% 0.79% -
XYZ 32.34 21.71 26.15 -
YUV 129.13 132.44 179.26 -
System Red Green Blue C M Y K H S L
Decimal 201 91 137 0 0.55 0.32 0.21 334.91 0.5 0.57
Hex C9 5B 89 0 37 20 15 14F 32 39
Octal 311 133 211 0 67 40 25 517 62 71
Binary 11001001 1011011 10001001 0 110111 100000 10101 101001111 110010 111001

Color Harmonies of #C95B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95B89

Black with #C95B89

Text Example


Text Example

White with #C95B89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95B89; }

 p { color: rgb(201,91,137); }

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

background-color css

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

 a { background-color: rgb(201,91,137); }

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

border-color css

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

 span { border-color: rgb(201,91,137); }

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