Html Css Color HEX #C3529B Mulberry

📋 copy color: '#C3529B'

red 195 ◦ green 82 ◦ blue 155

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

Shades of Mulberry #C3529B

Tints of Mulberry #C3529B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 35.88%

R = 45.14%
G = 18.98%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C3529B (or 0xC3529B) is known color: Mulberry. HEX triplet: C3, 52 and 9B. RGB value is (195,82,155). Sum of RGB (Red+Green+Blue) = 195+82+155=432 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.14% from 432); Green value is 82 (32.42% from 255 or 18.98% from 432); Blue value is 155 (60.94% from 255 or 35.88% from 432); Max value from RGB is 195 - color contains mainly: red. Hex color #C3529B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3529B is #3CAD64. Grayscale: #7B7B7B. Windows color (decimal): -3976549 or 10179267. OLE color: 10179267.

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

Color convert

RGB 195 82 155 -
CMYK 0 0.58 0.21 0.24
HSL 321.24º 0.48% 0.54% -
HSV(B) 321.24º 0.58% 0.76% -
XYZ 31.44 20 33.21 -
YUV 124.11 145.44 178.56 -
System Red Green Blue C M Y K H S L
Decimal 195 82 155 0 0.58 0.21 0.24 321.24 0.48 0.54
Hex C3 52 9B 0 3A 15 18 141 30 36
Octal 303 122 233 0 72 25 30 501 60 66
Binary 11000011 1010010 10011011 0 111010 10101 11000 101000001 110000 110110

Color Harmonies of #C3529B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3529B

Black with #C3529B

Text Example


Text Example

White with #C3529B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3529B; }

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

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

background-color css

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

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

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

border-color css

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

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

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