Html Css Color HEX #C3528D Mulberry

📋 copy color: '#C3528D'

red 195 ◦ green 82 ◦ blue 141

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

Shades of Mulberry #C3528D

Tints of Mulberry #C3528D

RGB

 RED value IS 195 (76.56% from 255) = 46.65%

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

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

R = 46.65%
G = 19.62%
B = 33.73%

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

#C3528D (or 0xC3528D) is known color: Mulberry. HEX triplet: C3, 52 and 8D. RGB value is (195,82,141). Sum of RGB (Red+Green+Blue) = 195+82+141=418 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.65% from 418); Green value is 82 (32.42% from 255 or 19.62% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 195 - color contains mainly: red. Hex color #C3528D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3528D is #3CAD72. Grayscale: #7A7A7A. Windows color (decimal): -3976563 or 9261763. OLE color: 9261763.

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

Color convert

RGB 195 82 141 -
CMYK 0 0.58 0.28 0.24
HSL 328.67º 0.48% 0.54% -
HSV(B) 328.67º 0.58% 0.76% -
XYZ 30.33 19.56 27.38 -
YUV 122.51 138.44 179.7 -
System Red Green Blue C M Y K H S L
Decimal 195 82 141 0 0.58 0.28 0.24 328.67 0.48 0.54
Hex C3 52 8D 0 3A 1C 18 149 30 36
Octal 303 122 215 0 72 34 30 511 60 66
Binary 11000011 1010010 10001101 0 111010 11100 11000 101001001 110000 110110

Color Harmonies of #C3528D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3528D

Black with #C3528D

Text Example


Text Example

White with #C3528D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3528D; }

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

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

background-color css

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

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

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

border-color css

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

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

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