Html Css Color HEX #C95BA8 Mulberry

📋 copy color: '#C95BA8'

red 201 ◦ green 91 ◦ blue 168

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

Shades of Mulberry #C95BA8

Tints of Mulberry #C95BA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 36.52%

R = 43.7%
G = 19.78%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.16

 K value IS 0.21

RGB Variations

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

Color information

#C95BA8 (or 0xC95BA8) is known color: Mulberry. HEX triplet: C9, 5B and A8. RGB value is (201,91,168). Sum of RGB (Red+Green+Blue) = 201+91+168=460 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.70% from 460); Green value is 91 (35.94% from 255 or 19.78% from 460); Blue value is 168 (66.02% from 255 or 36.52% from 460); Max value from RGB is 201 - color contains mainly: red. Hex color #C95BA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95BA8 is #36A457. Grayscale: #848484. Windows color (decimal): -3581016 or 11033545. OLE color: 11033545.

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

Color convert

RGB 201 91 168 -
CMYK 0 0.55 0.16 0.21
HSL 318º 0.5% 0.57% -
HSV(B) 318º 0.55% 0.79% -
XYZ 34.9 22.73 39.59 -
YUV 132.67 147.94 176.74 -
System Red Green Blue C M Y K H S L
Decimal 201 91 168 0 0.55 0.16 0.21 318 0.5 0.57
Hex C9 5B A8 0 37 10 15 13E 32 39
Octal 311 133 250 0 67 20 25 476 62 71
Binary 11001001 1011011 10101000 0 110111 10000 10101 100111110 110010 111001

Color Harmonies of #C95BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95BA8

Black with #C95BA8

Text Example


Text Example

White with #C95BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95BA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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