Html Css Color HEX #C0529E Mulberry

📋 copy color: '#C0529E'

red 192 ◦ green 82 ◦ blue 158

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

Shades of Mulberry #C0529E

Tints of Mulberry #C0529E

RGB

 RED value IS 192 (75.39% from 255) = 44.44%

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

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

R = 44.44%
G = 18.98%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#C0529E (or 0xC0529E) is known color: Mulberry. HEX triplet: C0, 52 and 9E. RGB value is (192,82,158). Sum of RGB (Red+Green+Blue) = 192+82+158=432 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.44% from 432); Green value is 82 (32.42% from 255 or 18.98% from 432); Blue value is 158 (62.11% from 255 or 36.57% from 432); Max value from RGB is 192 - color contains mainly: red. Hex color #C0529E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0529E is #3FAD61. Grayscale: #7B7B7B. Windows color (decimal): -4173154 or 10375872. OLE color: 10375872.

HSL color Cylindrical-coordinate representation of color #C0529E: hue angle of 318.55º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C0529E is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 82 158 -
CMYK 0 0.57 0.18 0.25
HSL 318.55º 0.47% 0.54% -
HSV(B) 318.55º 0.57% 0.75% -
XYZ 30.93 19.71 34.52 -
YUV 123.55 147.44 176.82 -
System Red Green Blue C M Y K H S L
Decimal 192 82 158 0 0.57 0.18 0.25 318.55 0.47 0.54
Hex C0 52 9E 0 39 12 19 13F 2F 36
Octal 300 122 236 0 71 22 31 477 57 66
Binary 11000000 1010010 10011110 0 111001 10010 11001 100111111 101111 110110

Color Harmonies of #C0529E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0529E

Black with #C0529E

Text Example


Text Example

White with #C0529E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0529E; }

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

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

background-color css

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

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

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

border-color css

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

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

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