Html Css Color HEX #C6529E Mulberry

📋 copy color: '#C6529E'

red 198 ◦ green 82 ◦ blue 158

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

Shades of Mulberry #C6529E

Tints of Mulberry #C6529E

RGB

 RED value IS 198 (77.73% from 255) = 45.21%

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

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

R = 45.21%
G = 18.72%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#C6529E (or 0xC6529E) is known color: Mulberry. HEX triplet: C6, 52 and 9E. RGB value is (198,82,158). Sum of RGB (Red+Green+Blue) = 198+82+158=438 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.21% from 438); Green value is 82 (32.42% from 255 or 18.72% from 438); Blue value is 158 (62.11% from 255 or 36.07% from 438); Max value from RGB is 198 - color contains mainly: red. Hex color #C6529E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6529E is #39AD61. Grayscale: #7D7D7D. Windows color (decimal): -3779938 or 10375878. OLE color: 10375878.

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

Color convert

RGB 198 82 158 -
CMYK 0 0.59 0.20 0.22
HSL 320.69º 0.5% 0.55% -
HSV(B) 320.69º 0.59% 0.78% -
XYZ 32.48 20.51 34.59 -
YUV 125.35 146.43 179.82 -
System Red Green Blue C M Y K H S L
Decimal 198 82 158 0 0.59 0.20 0.22 320.69 0.5 0.55
Hex C6 52 9E 0 3B 14 16 141 32 37
Octal 306 122 236 0 73 24 26 501 62 67
Binary 11000110 1010010 10011110 0 111011 10100 10110 101000001 110010 110111

Color Harmonies of #C6529E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6529E

Black with #C6529E

Text Example


Text Example

White with #C6529E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6529E; }

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

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

background-color css

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

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

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

border-color css

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

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

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