Html Css Color HEX #C95BA7 Mulberry

📋 copy color: '#C95BA7'

red 201 ◦ green 91 ◦ blue 167

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

Shades of Mulberry #C95BA7

Tints of Mulberry #C95BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 36.38%

R = 43.79%
G = 19.83%
B = 36.38%

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

#C95BA7 (or 0xC95BA7) is known color: Mulberry. HEX triplet: C9, 5B and A7. RGB value is (201,91,167). Sum of RGB (Red+Green+Blue) = 201+91+167=459 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.79% from 459); Green value is 91 (35.94% from 255 or 19.83% from 459); Blue value is 167 (65.62% from 255 or 36.38% from 459); Max value from RGB is 201 - color contains mainly: red. Hex color #C95BA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95BA7 is #36A458. Grayscale: #848484. Windows color (decimal): -3581017 or 10968009. OLE color: 10968009.

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

Color convert

RGB 201 91 167 -
CMYK 0 0.55 0.17 0.21
HSL 318.55º 0.5% 0.57% -
HSV(B) 318.55º 0.55% 0.79% -
XYZ 34.8 22.69 39.1 -
YUV 132.55 147.44 176.82 -
System Red Green Blue C M Y K H S L
Decimal 201 91 167 0 0.55 0.17 0.21 318.55 0.5 0.57
Hex C9 5B A7 0 37 11 15 13F 32 39
Octal 311 133 247 0 67 21 25 477 62 71
Binary 11001001 1011011 10100111 0 110111 10001 10101 100111111 110010 111001

Color Harmonies of #C95BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95BA7

Black with #C95BA7

Text Example


Text Example

White with #C95BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95BA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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