Html Css Color HEX #C2528E Mulberry

📋 copy color: '#C2528E'

red 194 ◦ green 82 ◦ blue 142

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

Shades of Mulberry #C2528E

Tints of Mulberry #C2528E

RGB

 RED value IS 194 (76.17% from 255) = 46.41%

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

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

R = 46.41%
G = 19.62%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C2528E (or 0xC2528E) is known color: Mulberry. HEX triplet: C2, 52 and 8E. RGB value is (194,82,142). Sum of RGB (Red+Green+Blue) = 194+82+142=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 82 (32.42% from 255 or 19.62% from 418); Blue value is 142 (55.86% from 255 or 33.97% from 418); Max value from RGB is 194 - color contains mainly: red. Hex color #C2528E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2528E is #3DAD71. Grayscale: #7A7A7A. Windows color (decimal): -4042098 or 9327298. OLE color: 9327298.

HSL color Cylindrical-coordinate representation of color #C2528E: hue angle of 327.86º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C2528E is Cyan = 0, Magento = 0.58, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 82 142 -
CMYK 0 0.58 0.27 0.24
HSL 327.86º 0.48% 0.54% -
HSV(B) 327.86º 0.58% 0.76% -
XYZ 30.15 19.46 27.76 -
YUV 122.33 139.11 179.12 -
System Red Green Blue C M Y K H S L
Decimal 194 82 142 0 0.58 0.27 0.24 327.86 0.48 0.54
Hex C2 52 8E 0 3A 1B 18 148 30 36
Octal 302 122 216 0 72 33 30 510 60 66
Binary 11000010 1010010 10001110 0 111010 11011 11000 101001000 110000 110110

Color Harmonies of #C2528E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2528E

Black with #C2528E

Text Example


Text Example

White with #C2528E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2528E; }

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

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

background-color css

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

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

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

border-color css

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

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

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