Html Css Color HEX #C95BA5 Mulberry

📋 copy color: '#C95BA5'

red 201 ◦ green 91 ◦ blue 165

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

Shades of Mulberry #C95BA5

Tints of Mulberry #C95BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 36.11%

R = 43.98%
G = 19.91%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#C95BA5 (or 0xC95BA5) is known color: Mulberry. HEX triplet: C9, 5B and A5. RGB value is (201,91,165). Sum of RGB (Red+Green+Blue) = 201+91+165=457 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.98% from 457); Green value is 91 (35.94% from 255 or 19.91% from 457); Blue value is 165 (64.84% from 255 or 36.11% from 457); Max value from RGB is 201 - color contains mainly: red. Hex color #C95BA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95BA5 is #36A45A. Grayscale: #848484. Windows color (decimal): -3581019 or 10836937. OLE color: 10836937.

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

Color convert

RGB 201 91 165 -
CMYK 0 0.55 0.18 0.21
HSL 319.64º 0.5% 0.57% -
HSV(B) 319.64º 0.55% 0.79% -
XYZ 34.62 22.62 38.14 -
YUV 132.33 146.44 176.98 -
System Red Green Blue C M Y K H S L
Decimal 201 91 165 0 0.55 0.18 0.21 319.64 0.5 0.57
Hex C9 5B A5 0 37 12 15 140 32 39
Octal 311 133 245 0 67 22 25 500 62 71
Binary 11001001 1011011 10100101 0 110111 10010 10101 101000000 110010 111001

Color Harmonies of #C95BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95BA5

Black with #C95BA5

Text Example


Text Example

White with #C95BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95BA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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