Html Css Color HEX #C2528C Mulberry

📋 copy color: '#C2528C'

red 194 ◦ green 82 ◦ blue 140

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

Shades of Mulberry #C2528C

Tints of Mulberry #C2528C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.65%

R = 46.63%
G = 19.71%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C2528C (or 0xC2528C) is known color: Mulberry. HEX triplet: C2, 52 and 8C. RGB value is (194,82,140). Sum of RGB (Red+Green+Blue) = 194+82+140=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 82 (32.42% from 255 or 19.71% from 416); Blue value is 140 (55.08% from 255 or 33.65% from 416); Max value from RGB is 194 - color contains mainly: red. Hex color #C2528C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2528C is #3DAD73. Grayscale: #797979. Windows color (decimal): -4042100 or 9196226. OLE color: 9196226.

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

Color convert

RGB 194 82 140 -
CMYK 0 0.58 0.28 0.24
HSL 328.93º 0.48% 0.54% -
HSV(B) 328.93º 0.58% 0.76% -
XYZ 30 19.4 26.97 -
YUV 122.1 138.11 179.28 -
System Red Green Blue C M Y K H S L
Decimal 194 82 140 0 0.58 0.28 0.24 328.93 0.48 0.54
Hex C2 52 8C 0 3A 1C 18 149 30 36
Octal 302 122 214 0 72 34 30 511 60 66
Binary 11000010 1010010 10001100 0 111010 11100 11000 101001001 110000 110110

Color Harmonies of #C2528C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2528C

Black with #C2528C

Text Example


Text Example

White with #C2528C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2528C; }

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

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

background-color css

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

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

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

border-color css

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

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

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