Html Css Color HEX #C8529A Mulberry

📋 copy color: '#C8529A'

red 200 ◦ green 82 ◦ blue 154

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

Shades of Mulberry #C8529A

Tints of Mulberry #C8529A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 35.32%

R = 45.87%
G = 18.81%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.23

 K value IS 0.22

RGB Variations

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

Color information

#C8529A (or 0xC8529A) is known color: Mulberry. HEX triplet: C8, 52 and 9A. RGB value is (200,82,154). Sum of RGB (Red+Green+Blue) = 200+82+154=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 82 (32.42% from 255 or 18.81% from 436); Blue value is 154 (60.55% from 255 or 35.32% from 436); Max value from RGB is 200 - color contains mainly: red. Hex color #C8529A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8529A is #37AD65. Grayscale: #7D7D7D. Windows color (decimal): -3648870 or 10113736. OLE color: 10113736.

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

Color convert

RGB 200 82 154 -
CMYK 0 0.59 0.23 0.22
HSL 323.39º 0.52% 0.55% -
HSV(B) 323.39º 0.59% 0.78% -
XYZ 32.67 20.65 32.84 -
YUV 125.49 144.09 181.15 -
System Red Green Blue C M Y K H S L
Decimal 200 82 154 0 0.59 0.23 0.22 323.39 0.52 0.55
Hex C8 52 9A 0 3B 17 16 143 34 37
Octal 310 122 232 0 73 27 26 503 64 67
Binary 11001000 1010010 10011010 0 111011 10111 10110 101000011 110100 110111

Color Harmonies of #C8529A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8529A

Black with #C8529A

Text Example


Text Example

White with #C8529A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8529A; }

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

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

background-color css

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

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

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

border-color css

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

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

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