Html Css Color HEX #C3547F Mulberry

📋 copy color: '#C3547F'

red 195 ◦ green 84 ◦ blue 127

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

Shades of Mulberry #C3547F

Tints of Mulberry #C3547F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.28%

R = 48.03%
G = 20.69%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C3547F (or 0xC3547F) is known color: Mulberry. HEX triplet: C3, 54 and 7F. RGB value is (195,84,127). Sum of RGB (Red+Green+Blue) = 195+84+127=406 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.03% from 406); Green value is 84 (33.20% from 255 or 20.69% from 406); Blue value is 127 (50% from 255 or 31.28% from 406); Max value from RGB is 195 - color contains mainly: red. Hex color #C3547F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3547F is #3CAB80. Grayscale: #7A7A7A. Windows color (decimal): -3976065 or 8344771. OLE color: 8344771.

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

Color convert

RGB 195 84 127 -
CMYK 0 0.57 0.35 0.24
HSL 336.76º 0.48% 0.55% -
HSV(B) 336.76º 0.57% 0.76% -
XYZ 29.51 19.48 22.28 -
YUV 122.09 130.77 180 -
System Red Green Blue C M Y K H S L
Decimal 195 84 127 0 0.57 0.35 0.24 336.76 0.48 0.55
Hex C3 54 7F 0 39 23 18 151 30 37
Octal 303 124 177 0 71 43 30 521 60 67
Binary 11000011 1010100 1111111 0 111001 100011 11000 101010001 110000 110111

Color Harmonies of #C3547F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3547F

Black with #C3547F

Text Example


Text Example

White with #C3547F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3547F; }

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

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

background-color css

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

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

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

border-color css

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

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

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