Html Css Color HEX #C0528E Mulberry

📋 copy color: '#C0528E'

red 192 ◦ green 82 ◦ blue 142

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

Shades of Mulberry #C0528E

Tints of Mulberry #C0528E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.13%

R = 46.15%
G = 19.71%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#C0528E (or 0xC0528E) is known color: Mulberry. HEX triplet: C0, 52 and 8E. RGB value is (192,82,142). Sum of RGB (Red+Green+Blue) = 192+82+142=416 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.15% from 416); Green value is 82 (32.42% from 255 or 19.71% from 416); Blue value is 142 (55.86% from 255 or 34.13% from 416); Max value from RGB is 192 - color contains mainly: red. Hex color #C0528E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0528E is #3FAD71. Grayscale: #797979. Windows color (decimal): -4173170 or 9327296. OLE color: 9327296.

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

Color convert

RGB 192 82 142 -
CMYK 0 0.57 0.26 0.25
HSL 327.27º 0.47% 0.54% -
HSV(B) 327.27º 0.57% 0.75% -
XYZ 29.64 19.19 27.73 -
YUV 121.73 139.44 178.12 -
System Red Green Blue C M Y K H S L
Decimal 192 82 142 0 0.57 0.26 0.25 327.27 0.47 0.54
Hex C0 52 8E 0 39 1A 19 147 2F 36
Octal 300 122 216 0 71 32 31 507 57 66
Binary 11000000 1010010 10001110 0 111001 11010 11001 101000111 101111 110110

Color Harmonies of #C0528E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0528E

Black with #C0528E

Text Example


Text Example

White with #C0528E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0528E; }

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

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

background-color css

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

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

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

border-color css

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

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

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