Html Css Color HEX #C1528A Mulberry

📋 copy color: '#C1528A'

red 193 ◦ green 82 ◦ blue 138

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

Shades of Mulberry #C1528A

Tints of Mulberry #C1528A

RGB

 RED value IS 193 (75.78% from 255) = 46.73%

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

 BLUE value IS 138 (54.3% from 255) = 33.41%

R = 46.73%
G = 19.85%
B = 33.41%

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

#C1528A (or 0xC1528A) is known color: Mulberry. HEX triplet: C1, 52 and 8A. RGB value is (193,82,138). Sum of RGB (Red+Green+Blue) = 193+82+138=413 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.73% from 413); Green value is 82 (32.42% from 255 or 19.85% from 413); Blue value is 138 (54.30% from 255 or 33.41% from 413); Max value from RGB is 193 - color contains mainly: red. Hex color #C1528A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1528A is #3EAD75. Grayscale: #797979. Windows color (decimal): -4107638 or 9065153. OLE color: 9065153.

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

Color convert

RGB 193 82 138 -
CMYK 0 0.58 0.28 0.24
HSL 329.73º 0.47% 0.54% -
HSV(B) 329.73º 0.58% 0.76% -
XYZ 29.6 19.21 26.19 -
YUV 121.57 137.27 178.95 -
System Red Green Blue C M Y K H S L
Decimal 193 82 138 0 0.58 0.28 0.24 329.73 0.47 0.54
Hex C1 52 8A 0 3A 1C 18 14A 2F 36
Octal 301 122 212 0 72 34 30 512 57 66
Binary 11000001 1010010 10001010 0 111010 11100 11000 101001010 101111 110110

Color Harmonies of #C1528A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1528A

Black with #C1528A

Text Example


Text Example

White with #C1528A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1528A; }

 p { color: rgb(193,82,138); }

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

background-color css

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

 a { background-color: rgb(193,82,138); }

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

border-color css

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

 span { border-color: rgb(193,82,138); }

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