Html Css Color HEX #C356A0 Mulberry

📋 copy color: '#C356A0'

red 195 ◦ green 86 ◦ blue 160

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

Shades of Mulberry #C356A0

Tints of Mulberry #C356A0

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.5%

 BLUE value IS 160 (62.89% from 255) = 36.28%

R = 44.22%
G = 19.5%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C356A0 (or 0xC356A0) is known color: Mulberry. HEX triplet: C3, 56 and A0. RGB value is (195,86,160). Sum of RGB (Red+Green+Blue) = 195+86+160=441 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.22% from 441); Green value is 86 (33.98% from 255 or 19.50% from 441); Blue value is 160 (62.89% from 255 or 36.28% from 441); Max value from RGB is 195 - color contains mainly: red. Hex color #C356A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C356A0 is #3CA95F. Grayscale: #7E7E7E. Windows color (decimal): -3975520 or 10507971. OLE color: 10507971.

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

Color convert

RGB 195 86 160 -
CMYK 0 0.56 0.18 0.24
HSL 319.27º 0.48% 0.55% -
HSV(B) 319.27º 0.56% 0.76% -
XYZ 32.18 20.8 35.58 -
YUV 127.03 146.61 176.48 -
System Red Green Blue C M Y K H S L
Decimal 195 86 160 0 0.56 0.18 0.24 319.27 0.48 0.55
Hex C3 56 A0 0 38 12 18 13F 30 37
Octal 303 126 240 0 70 22 30 477 60 67
Binary 11000011 1010110 10100000 0 111000 10010 11000 100111111 110000 110111

Color Harmonies of #C356A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C356A0

Black with #C356A0

Text Example


Text Example

White with #C356A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C356A0; }

 p { color: rgb(195,86,160); }

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

background-color css

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

 a { background-color: rgb(195,86,160); }

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

border-color css

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

 span { border-color: rgb(195,86,160); }

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