Html Css Color HEX #C95BA6 Mulberry

📋 copy color: '#C95BA6'

red 201 ◦ green 91 ◦ blue 166

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

Shades of Mulberry #C95BA6

Tints of Mulberry #C95BA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 36.24%

R = 43.89%
G = 19.87%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.17

 K value IS 0.21

RGB Variations

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

Color information

#C95BA6 (or 0xC95BA6) is known color: Mulberry. HEX triplet: C9, 5B and A6. RGB value is (201,91,166). Sum of RGB (Red+Green+Blue) = 201+91+166=458 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.89% from 458); Green value is 91 (35.94% from 255 or 19.87% from 458); Blue value is 166 (65.23% from 255 or 36.24% from 458); Max value from RGB is 201 - color contains mainly: red. Hex color #C95BA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95BA6 is #36A459. Grayscale: #848484. Windows color (decimal): -3581018 or 10902473. OLE color: 10902473.

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

Color convert

RGB 201 91 166 -
CMYK 0 0.55 0.17 0.21
HSL 319.09º 0.5% 0.57% -
HSV(B) 319.09º 0.55% 0.79% -
XYZ 34.71 22.65 38.62 -
YUV 132.44 146.94 176.9 -
System Red Green Blue C M Y K H S L
Decimal 201 91 166 0 0.55 0.17 0.21 319.09 0.5 0.57
Hex C9 5B A6 0 37 11 15 13F 32 39
Octal 311 133 246 0 67 21 25 477 62 71
Binary 11001001 1011011 10100110 0 110111 10001 10101 100111111 110010 111001

Color Harmonies of #C95BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95BA6

Black with #C95BA6

Text Example


Text Example

White with #C95BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95BA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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