Html Css Color HEX #C5529C Mulberry

📋 copy color: '#C5529C'

red 197 ◦ green 82 ◦ blue 156

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

Shades of Mulberry #C5529C

Tints of Mulberry #C5529C

RGB

 RED value IS 197 (77.34% from 255) = 45.29%

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

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

R = 45.29%
G = 18.85%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.21

 K value IS 0.23

RGB Variations

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

Color information

#C5529C (or 0xC5529C) is known color: Mulberry. HEX triplet: C5, 52 and 9C. RGB value is (197,82,156). Sum of RGB (Red+Green+Blue) = 197+82+156=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 82 (32.42% from 255 or 18.85% from 435); Blue value is 156 (61.33% from 255 or 35.86% from 435); Max value from RGB is 197 - color contains mainly: red. Hex color #C5529C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5529C is #3AAD63. Grayscale: #7C7C7C. Windows color (decimal): -3845476 or 10244805. OLE color: 10244805.

HSL color Cylindrical-coordinate representation of color #C5529C: hue angle of 321.39º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C5529C is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 82 156 -
CMYK 0 0.58 0.21 0.23
HSL 321.39º 0.5% 0.55% -
HSV(B) 321.39º 0.58% 0.77% -
XYZ 32.04 20.31 33.68 -
YUV 124.82 145.6 179.48 -
System Red Green Blue C M Y K H S L
Decimal 197 82 156 0 0.58 0.21 0.23 321.39 0.5 0.55
Hex C5 52 9C 0 3A 15 17 141 32 37
Octal 305 122 234 0 72 25 27 501 62 67
Binary 11000101 1010010 10011100 0 111010 10101 10111 101000001 110010 110111

Color Harmonies of #C5529C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5529C

Black with #C5529C

Text Example


Text Example

White with #C5529C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5529C; }

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

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

background-color css

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

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

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

border-color css

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

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

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