Html Css Color HEX #C8529C Mulberry

📋 copy color: '#C8529C'

red 200 ◦ green 82 ◦ blue 156

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

Shades of Mulberry #C8529C

Tints of Mulberry #C8529C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 35.62%

R = 45.66%
G = 18.72%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#C8529C (or 0xC8529C) is known color: Mulberry. HEX triplet: C8, 52 and 9C. RGB value is (200,82,156). Sum of RGB (Red+Green+Blue) = 200+82+156=438 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.66% from 438); Green value is 82 (32.42% from 255 or 18.72% from 438); Blue value is 156 (61.33% from 255 or 35.62% from 438); Max value from RGB is 200 - color contains mainly: red. Hex color #C8529C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8529C is #37AD63. Grayscale: #7D7D7D. Windows color (decimal): -3648868 or 10244808. OLE color: 10244808.

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

Color convert

RGB 200 82 156 -
CMYK 0 0.59 0.22 0.22
HSL 322.37º 0.52% 0.55% -
HSV(B) 322.37º 0.59% 0.78% -
XYZ 32.84 20.71 33.72 -
YUV 125.72 145.09 180.98 -
System Red Green Blue C M Y K H S L
Decimal 200 82 156 0 0.59 0.22 0.22 322.37 0.52 0.55
Hex C8 52 9C 0 3B 16 16 142 34 37
Octal 310 122 234 0 73 26 26 502 64 67
Binary 11001000 1010010 10011100 0 111011 10110 10110 101000010 110100 110111

Color Harmonies of #C8529C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8529C

Black with #C8529C

Text Example


Text Example

White with #C8529C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8529C; }

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

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

background-color css

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

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

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

border-color css

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

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

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