Html Css Color HEX #C2528D Mulberry

📋 copy color: '#C2528D'

red 194 ◦ green 82 ◦ blue 141

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

Shades of Mulberry #C2528D

Tints of Mulberry #C2528D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.81%

R = 46.52%
G = 19.66%
B = 33.81%

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

#C2528D (or 0xC2528D) is known color: Mulberry. HEX triplet: C2, 52 and 8D. RGB value is (194,82,141). Sum of RGB (Red+Green+Blue) = 194+82+141=417 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.52% from 417); Green value is 82 (32.42% from 255 or 19.66% from 417); Blue value is 141 (55.47% from 255 or 33.81% from 417); Max value from RGB is 194 - color contains mainly: red. Hex color #C2528D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2528D is #3DAD72. Grayscale: #7A7A7A. Windows color (decimal): -4042099 or 9261762. OLE color: 9261762.

HSL color Cylindrical-coordinate representation of color #C2528D: hue angle of 328.39º 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 #C2528D is Cyan = 0, Magento = 0.58, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 82 141 -
CMYK 0 0.58 0.27 0.24
HSL 328.39º 0.48% 0.54% -
HSV(B) 328.39º 0.58% 0.76% -
XYZ 30.07 19.43 27.36 -
YUV 122.21 138.61 179.2 -
System Red Green Blue C M Y K H S L
Decimal 194 82 141 0 0.58 0.27 0.24 328.39 0.48 0.54
Hex C2 52 8D 0 3A 1B 18 148 30 36
Octal 302 122 215 0 72 33 30 510 60 66
Binary 11000010 1010010 10001101 0 111010 11011 11000 101001000 110000 110110

Color Harmonies of #C2528D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2528D

Black with #C2528D

Text Example


Text Example

White with #C2528D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2528D; }

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

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

background-color css

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

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

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

border-color css

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

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

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