Html Css Color HEX #C95B9D Mulberry

📋 copy color: '#C95B9D'

red 201 ◦ green 91 ◦ blue 157

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

Shades of Mulberry #C95B9D

Tints of Mulberry #C95B9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 34.97%

R = 44.77%
G = 20.27%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#C95B9D (or 0xC95B9D) is known color: Mulberry. HEX triplet: C9, 5B and 9D. RGB value is (201,91,157). Sum of RGB (Red+Green+Blue) = 201+91+157=449 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.77% from 449); Green value is 91 (35.94% from 255 or 20.27% from 449); Blue value is 157 (61.72% from 255 or 34.97% from 449); Max value from RGB is 201 - color contains mainly: red. Hex color #C95B9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95B9D is #36A462. Grayscale: #838383. Windows color (decimal): -3581027 or 10312649. OLE color: 10312649.

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

Color convert

RGB 201 91 157 -
CMYK 0 0.55 0.22 0.21
HSL 324º 0.5% 0.57% -
HSV(B) 324º 0.55% 0.79% -
XYZ 33.91 22.33 34.42 -
YUV 131.41 142.44 177.63 -
System Red Green Blue C M Y K H S L
Decimal 201 91 157 0 0.55 0.22 0.21 324 0.5 0.57
Hex C9 5B 9D 0 37 16 15 144 32 39
Octal 311 133 235 0 67 26 25 504 62 71
Binary 11001001 1011011 10011101 0 110111 10110 10101 101000100 110010 111001

Color Harmonies of #C95B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95B9D

Black with #C95B9D

Text Example


Text Example

White with #C95B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95B9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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