Html Css Color HEX #C958A0 Mulberry

📋 copy color: '#C958A0'

red 201 ◦ green 88 ◦ blue 160

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

Shades of Mulberry #C958A0

Tints of Mulberry #C958A0

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.6%

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

R = 44.77%
G = 19.6%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.20

 K value IS 0.21

RGB Variations

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

Color information

#C958A0 (or 0xC958A0) is known color: Mulberry. HEX triplet: C9, 58 and A0. RGB value is (201,88,160). Sum of RGB (Red+Green+Blue) = 201+88+160=449 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.77% from 449); Green value is 88 (34.77% from 255 or 19.60% from 449); Blue value is 160 (62.89% from 255 or 35.63% from 449); Max value from RGB is 201 - color contains mainly: red. Hex color #C958A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C958A0 is #36A75F. Grayscale: #818181. Windows color (decimal): -3581792 or 10508489. OLE color: 10508489.

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

Color convert

RGB 201 88 160 -
CMYK 0 0.56 0.20 0.21
HSL 321.77º 0.51% 0.57% -
HSV(B) 321.77º 0.56% 0.79% -
XYZ 33.92 21.94 35.7 -
YUV 130 144.94 178.65 -
System Red Green Blue C M Y K H S L
Decimal 201 88 160 0 0.56 0.20 0.21 321.77 0.51 0.57
Hex C9 58 A0 0 38 14 15 142 33 39
Octal 311 130 240 0 70 24 25 502 63 71
Binary 11001001 1011000 10100000 0 111000 10100 10101 101000010 110011 111001

Color Harmonies of #C958A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C958A0

Black with #C958A0

Text Example


Text Example

White with #C958A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C958A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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