Html Css Color HEX #C9538D Mulberry

📋 copy color: '#C9538D'

red 201 ◦ green 83 ◦ blue 141

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

Shades of Mulberry #C9538D

Tints of Mulberry #C9538D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.53%

 BLUE value IS 141 (55.47% from 255) = 33.18%

R = 47.29%
G = 19.53%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#C9538D (or 0xC9538D) is known color: Mulberry. HEX triplet: C9, 53 and 8D. RGB value is (201,83,141). Sum of RGB (Red+Green+Blue) = 201+83+141=425 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.29% from 425); Green value is 83 (32.81% from 255 or 19.53% from 425); Blue value is 141 (55.47% from 255 or 33.18% from 425); Max value from RGB is 201 - color contains mainly: red. Hex color #C9538D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9538D is #36AC72. Grayscale: #7C7C7C. Windows color (decimal): -3583091 or 9262025. OLE color: 9262025.

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

Color convert

RGB 201 83 141 -
CMYK 0 0.59 0.30 0.21
HSL 330.51º 0.52% 0.56% -
HSV(B) 330.51º 0.59% 0.79% -
XYZ 31.99 20.53 27.48 -
YUV 124.89 137.09 182.28 -
System Red Green Blue C M Y K H S L
Decimal 201 83 141 0 0.59 0.30 0.21 330.51 0.52 0.56
Hex C9 53 8D 0 3B 1E 15 14B 34 38
Octal 311 123 215 0 73 36 25 513 64 70
Binary 11001001 1010011 10001101 0 111011 11110 10101 101001011 110100 111000

Color Harmonies of #C9538D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9538D

Black with #C9538D

Text Example


Text Example

White with #C9538D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9538D; }

 p { color: rgb(201,83,141); }

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

background-color css

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

 a { background-color: rgb(201,83,141); }

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

border-color css

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

 span { border-color: rgb(201,83,141); }

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