Html Css Color HEX #C9528F Mulberry

📋 copy color: '#C9528F'

red 201 ◦ green 82 ◦ blue 143

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

Shades of Mulberry #C9528F

Tints of Mulberry #C9528F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 33.57%

R = 47.18%
G = 19.25%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#C9528F (or 0xC9528F) is known color: Mulberry. HEX triplet: C9, 52 and 8F. RGB value is (201,82,143). Sum of RGB (Red+Green+Blue) = 201+82+143=426 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.18% from 426); Green value is 82 (32.42% from 255 or 19.25% from 426); Blue value is 143 (56.25% from 255 or 33.57% from 426); Max value from RGB is 201 - color contains mainly: red. Hex color #C9528F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9528F is #36AD70. Grayscale: #7C7C7C. Windows color (decimal): -3583345 or 9392841. OLE color: 9392841.

HSL color Cylindrical-coordinate representation of color #C9528F: hue angle of 329.24º 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 #C9528F is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 82 143 -
CMYK 0 0.59 0.29 0.21
HSL 329.24º 0.52% 0.55% -
HSV(B) 329.24º 0.59% 0.79% -
XYZ 32.06 20.44 28.24 -
YUV 124.54 138.42 182.54 -
System Red Green Blue C M Y K H S L
Decimal 201 82 143 0 0.59 0.29 0.21 329.24 0.52 0.55
Hex C9 52 8F 0 3B 1D 15 149 34 37
Octal 311 122 217 0 73 35 25 511 64 67
Binary 11001001 1010010 10001111 0 111011 11101 10101 101001001 110100 110111

Color Harmonies of #C9528F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9528F

Black with #C9528F

Text Example


Text Example

White with #C9528F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9528F; }

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

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

background-color css

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

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

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

border-color css

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

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

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