Html Css Color HEX #C8529E Mulberry

📋 copy color: '#C8529E'

red 200 ◦ green 82 ◦ blue 158

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

Shades of Mulberry #C8529E

Tints of Mulberry #C8529E

RGB

 RED value IS 200 (78.52% from 255) = 45.45%

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

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

R = 45.45%
G = 18.64%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.21

 K value IS 0.22

RGB Variations

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

Color information

#C8529E (or 0xC8529E) is known color: Mulberry. HEX triplet: C8, 52 and 9E. RGB value is (200,82,158). Sum of RGB (Red+Green+Blue) = 200+82+158=440 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.45% from 440); Green value is 82 (32.42% from 255 or 18.64% from 440); Blue value is 158 (62.11% from 255 or 35.91% from 440); Max value from RGB is 200 - color contains mainly: red. Hex color #C8529E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8529E is #37AD61. Grayscale: #7D7D7D. Windows color (decimal): -3648866 or 10375880. OLE color: 10375880.

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

Color convert

RGB 200 82 158 -
CMYK 0 0.59 0.21 0.22
HSL 321.36º 0.52% 0.55% -
HSV(B) 321.36º 0.59% 0.78% -
XYZ 33.01 20.78 34.62 -
YUV 125.95 146.09 180.82 -
System Red Green Blue C M Y K H S L
Decimal 200 82 158 0 0.59 0.21 0.22 321.36 0.52 0.55
Hex C8 52 9E 0 3B 15 16 141 34 37
Octal 310 122 236 0 73 25 26 501 64 67
Binary 11001000 1010010 10011110 0 111011 10101 10110 101000001 110100 110111

Color Harmonies of #C8529E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8529E

Black with #C8529E

Text Example


Text Example

White with #C8529E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8529E; }

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

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

background-color css

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

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

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

border-color css

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

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

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