Html Css Color HEX #C9528D Mulberry

📋 copy color: '#C9528D'

red 201 ◦ green 82 ◦ blue 141

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

Shades of Mulberry #C9528D

Tints of Mulberry #C9528D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.34%

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

R = 47.41%
G = 19.34%
B = 33.25%

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

#C9528D (or 0xC9528D) is known color: Mulberry. HEX triplet: C9, 52 and 8D. RGB value is (201,82,141). Sum of RGB (Red+Green+Blue) = 201+82+141=424 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.41% from 424); Green value is 82 (32.42% from 255 or 19.34% from 424); Blue value is 141 (55.47% from 255 or 33.25% from 424); Max value from RGB is 201 - color contains mainly: red. Hex color #C9528D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9528D is #36AD72. Grayscale: #7C7C7C. Windows color (decimal): -3583347 or 9261769. OLE color: 9261769.

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

Color convert

RGB 201 82 141 -
CMYK 0 0.59 0.30 0.21
HSL 330.25º 0.52% 0.55% -
HSV(B) 330.25º 0.59% 0.79% -
XYZ 31.91 20.38 27.45 -
YUV 124.31 137.42 182.7 -
System Red Green Blue C M Y K H S L
Decimal 201 82 141 0 0.59 0.30 0.21 330.25 0.52 0.55
Hex C9 52 8D 0 3B 1E 15 14A 34 37
Octal 311 122 215 0 73 36 25 512 64 67
Binary 11001001 1010010 10001101 0 111011 11110 10101 101001010 110100 110111

Color Harmonies of #C9528D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9528D

Black with #C9528D

Text Example


Text Example

White with #C9528D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9528D; }

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

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

background-color css

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

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

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

border-color css

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

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

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