Html Css Color HEX #C9528C Mulberry

📋 copy color: '#C9528C'

red 201 ◦ green 82 ◦ blue 140

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

Shades of Mulberry #C9528C

Tints of Mulberry #C9528C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.1%

R = 47.52%
G = 19.39%
B = 33.1%

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

#C9528C (or 0xC9528C) is known color: Mulberry. HEX triplet: C9, 52 and 8C. RGB value is (201,82,140). Sum of RGB (Red+Green+Blue) = 201+82+140=423 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.52% from 423); Green value is 82 (32.42% from 255 or 19.39% from 423); Blue value is 140 (55.08% from 255 or 33.10% from 423); Max value from RGB is 201 - color contains mainly: red. Hex color #C9528C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9528C is #36AD73. Grayscale: #7C7C7C. Windows color (decimal): -3583348 or 9196233. OLE color: 9196233.

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

Color convert

RGB 201 82 140 -
CMYK 0 0.59 0.30 0.21
HSL 330.76º 0.52% 0.55% -
HSV(B) 330.76º 0.59% 0.79% -
XYZ 31.84 20.35 27.06 -
YUV 124.19 136.92 182.78 -
System Red Green Blue C M Y K H S L
Decimal 201 82 140 0 0.59 0.30 0.21 330.76 0.52 0.55
Hex C9 52 8C 0 3B 1E 15 14B 34 37
Octal 311 122 214 0 73 36 25 513 64 67
Binary 11001001 1010010 10001100 0 111011 11110 10101 101001011 110100 110111

Color Harmonies of #C9528C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9528C

Black with #C9528C

Text Example


Text Example

White with #C9528C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9528C; }

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

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

background-color css

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

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

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

border-color css

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

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

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