Html Css Color HEX #C3548B Mulberry

📋 copy color: '#C3548B'

red 195 ◦ green 84 ◦ blue 139

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

Shades of Mulberry #C3548B

Tints of Mulberry #C3548B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.1%

 BLUE value IS 139 (54.69% from 255) = 33.25%

R = 46.65%
G = 20.1%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C3548B (or 0xC3548B) is known color: Mulberry. HEX triplet: C3, 54 and 8B. RGB value is (195,84,139). Sum of RGB (Red+Green+Blue) = 195+84+139=418 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.65% from 418); Green value is 84 (33.20% from 255 or 20.10% from 418); Blue value is 139 (54.69% from 255 or 33.25% from 418); Max value from RGB is 195 - color contains mainly: red. Hex color #C3548B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3548B is #3CAB74. Grayscale: #7B7B7B. Windows color (decimal): -3976053 or 9131203. OLE color: 9131203.

HSL color Cylindrical-coordinate representation of color #C3548B: hue angle of 330.27º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C3548B is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 84 139 -
CMYK 0 0.57 0.29 0.24
HSL 330.27º 0.48% 0.55% -
HSV(B) 330.27º 0.57% 0.76% -
XYZ 30.34 19.81 26.65 -
YUV 123.46 136.77 179.03 -
System Red Green Blue C M Y K H S L
Decimal 195 84 139 0 0.57 0.29 0.24 330.27 0.48 0.55
Hex C3 54 8B 0 39 1D 18 14A 30 37
Octal 303 124 213 0 71 35 30 512 60 67
Binary 11000011 1010100 10001011 0 111001 11101 11000 101001010 110000 110111

Color Harmonies of #C3548B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3548B

Black with #C3548B

Text Example


Text Example

White with #C3548B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3548B; }

 p { color: rgb(195,84,139); }

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

background-color css

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

 a { background-color: rgb(195,84,139); }

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

border-color css

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

 span { border-color: rgb(195,84,139); }

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