Html Css Color HEX #C95C97 Mulberry

📋 copy color: '#C95C97'

red 201 ◦ green 92 ◦ blue 151

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

Shades of Mulberry #C95C97

Tints of Mulberry #C95C97

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.72%

 BLUE value IS 151 (59.38% from 255) = 34.01%

R = 45.27%
G = 20.72%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#C95C97 (or 0xC95C97) is known color: Mulberry. HEX triplet: C9, 5C and 97. RGB value is (201,92,151). Sum of RGB (Red+Green+Blue) = 201+92+151=444 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.27% from 444); Green value is 92 (36.33% from 255 or 20.72% from 444); Blue value is 151 (59.38% from 255 or 34.01% from 444); Max value from RGB is 201 - color contains mainly: red. Hex color #C95C97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95C97 is #36A368. Grayscale: #838383. Windows color (decimal): -3580777 or 9919689. OLE color: 9919689.

HSL color Cylindrical-coordinate representation of color #C95C97: hue angle of 327.52º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C95C97 is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 92 151 -
CMYK 0 0.54 0.25 0.21
HSL 327.52º 0.5% 0.57% -
HSV(B) 327.52º 0.54% 0.79% -
XYZ 33.5 22.31 31.82 -
YUV 131.32 139.11 177.7 -
System Red Green Blue C M Y K H S L
Decimal 201 92 151 0 0.54 0.25 0.21 327.52 0.5 0.57
Hex C9 5C 97 0 36 19 15 148 32 39
Octal 311 134 227 0 66 31 25 510 62 71
Binary 11001001 1011100 10010111 0 110110 11001 10101 101001000 110010 111001

Color Harmonies of #C95C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95C97

Black with #C95C97

Text Example


Text Example

White with #C95C97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95C97; }

 p { color: rgb(201,92,151); }

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

background-color css

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

 a { background-color: rgb(201,92,151); }

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

border-color css

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

 span { border-color: rgb(201,92,151); }

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