Html Css Color HEX #C9529E Mulberry

📋 copy color: '#C9529E'

red 201 ◦ green 82 ◦ blue 158

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

Shades of Mulberry #C9529E

Tints of Mulberry #C9529E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 35.83%

R = 45.58%
G = 18.59%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#C9529E (or 0xC9529E) is known color: Mulberry. HEX triplet: C9, 52 and 9E. RGB value is (201,82,158). Sum of RGB (Red+Green+Blue) = 201+82+158=441 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.58% from 441); Green value is 82 (32.42% from 255 or 18.59% from 441); Blue value is 158 (62.11% from 255 or 35.83% from 441); Max value from RGB is 201 - color contains mainly: red. Hex color #C9529E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9529E is #36AD61. Grayscale: #7E7E7E. Windows color (decimal): -3583330 or 10375881. OLE color: 10375881.

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

Color convert

RGB 201 82 158 -
CMYK 0 0.59 0.21 0.21
HSL 321.68º 0.52% 0.55% -
HSV(B) 321.68º 0.59% 0.79% -
XYZ 33.28 20.92 34.63 -
YUV 126.25 145.92 181.32 -
System Red Green Blue C M Y K H S L
Decimal 201 82 158 0 0.59 0.21 0.21 321.68 0.52 0.55
Hex C9 52 9E 0 3B 15 15 142 34 37
Octal 311 122 236 0 73 25 25 502 64 67
Binary 11001001 1010010 10011110 0 111011 10101 10101 101000010 110100 110111

Color Harmonies of #C9529E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9529E

Black with #C9529E

Text Example


Text Example

White with #C9529E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9529E; }

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

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

background-color css

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

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

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

border-color css

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

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

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