Html Css Color HEX #C0529C Mulberry

📋 copy color: '#C0529C'

red 192 ◦ green 82 ◦ blue 156

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

Shades of Mulberry #C0529C

Tints of Mulberry #C0529C

RGB

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

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

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

R = 44.65%
G = 19.07%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#C0529C (or 0xC0529C) is known color: Mulberry. HEX triplet: C0, 52 and 9C. RGB value is (192,82,156). Sum of RGB (Red+Green+Blue) = 192+82+156=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 82 (32.42% from 255 or 19.07% from 430); Blue value is 156 (61.33% from 255 or 36.28% from 430); Max value from RGB is 192 - color contains mainly: red. Hex color #C0529C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0529C is #3FAD63. Grayscale: #7B7B7B. Windows color (decimal): -4173156 or 10244800. OLE color: 10244800.

HSL color Cylindrical-coordinate representation of color #C0529C: hue angle of 319.64º 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 #C0529C is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 82 156 -
CMYK 0 0.57 0.19 0.25
HSL 319.64º 0.47% 0.54% -
HSV(B) 319.64º 0.57% 0.75% -
XYZ 30.76 19.64 33.62 -
YUV 123.33 146.44 176.98 -
System Red Green Blue C M Y K H S L
Decimal 192 82 156 0 0.57 0.19 0.25 319.64 0.47 0.54
Hex C0 52 9C 0 39 13 19 140 2F 36
Octal 300 122 234 0 71 23 31 500 57 66
Binary 11000000 1010010 10011100 0 111001 10011 11001 101000000 101111 110110

Color Harmonies of #C0529C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0529C

Black with #C0529C

Text Example


Text Example

White with #C0529C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0529C; }

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

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

background-color css

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

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

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

border-color css

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

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

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