Html Css Color HEX #C957A0 Mulberry

📋 copy color: '#C957A0'

red 201 ◦ green 87 ◦ blue 160

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

Shades of Mulberry #C957A0

Tints of Mulberry #C957A0

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.42%

 BLUE value IS 160 (62.89% from 255) = 35.71%

R = 44.87%
G = 19.42%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.20

 K value IS 0.21

RGB Variations

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

Color information

#C957A0 (or 0xC957A0) is known color: Mulberry. HEX triplet: C9, 57 and A0. RGB value is (201,87,160). Sum of RGB (Red+Green+Blue) = 201+87+160=448 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.87% from 448); Green value is 87 (34.38% from 255 or 19.42% from 448); Blue value is 160 (62.89% from 255 or 35.71% from 448); Max value from RGB is 201 - color contains mainly: red. Hex color #C957A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C957A0 is #36A85F. Grayscale: #818181. Windows color (decimal): -3582048 or 10508233. OLE color: 10508233.

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

Color convert

RGB 201 87 160 -
CMYK 0 0.57 0.20 0.21
HSL 321.58º 0.51% 0.56% -
HSV(B) 321.58º 0.57% 0.79% -
XYZ 33.84 21.77 35.68 -
YUV 129.41 145.27 179.06 -
System Red Green Blue C M Y K H S L
Decimal 201 87 160 0 0.57 0.20 0.21 321.58 0.51 0.56
Hex C9 57 A0 0 39 14 15 142 33 38
Octal 311 127 240 0 71 24 25 502 63 70
Binary 11001001 1010111 10100000 0 111001 10100 10101 101000010 110011 111000

Color Harmonies of #C957A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C957A0

Black with #C957A0

Text Example


Text Example

White with #C957A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C957A0; }

 p { color: rgb(201,87,160); }

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

background-color css

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

 a { background-color: rgb(201,87,160); }

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

border-color css

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

 span { border-color: rgb(201,87,160); }

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