Html Css Color HEX #C456A1 Mulberry

📋 copy color: '#C456A1'

red 196 ◦ green 86 ◦ blue 161

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

Shades of Mulberry #C456A1

Tints of Mulberry #C456A1

RGB

 RED value IS 196 (76.95% from 255) = 44.24%

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

 BLUE value IS 161 (63.28% from 255) = 36.34%

R = 44.24%
G = 19.41%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.18

 K value IS 0.23

RGB Variations

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

Color information

#C456A1 (or 0xC456A1) is known color: Mulberry. HEX triplet: C4, 56 and A1. RGB value is (196,86,161). Sum of RGB (Red+Green+Blue) = 196+86+161=443 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.24% from 443); Green value is 86 (33.98% from 255 or 19.41% from 443); Blue value is 161 (63.28% from 255 or 36.34% from 443); Max value from RGB is 196 - color contains mainly: red. Hex color #C456A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C456A1 is #3BA95E. Grayscale: #7F7F7F. Windows color (decimal): -3909983 or 10573508. OLE color: 10573508.

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

Color convert

RGB 196 86 161 -
CMYK 0 0.56 0.18 0.23
HSL 319.09º 0.48% 0.55% -
HSV(B) 319.09º 0.56% 0.77% -
XYZ 32.53 20.96 36.05 -
YUV 127.44 146.94 176.9 -
System Red Green Blue C M Y K H S L
Decimal 196 86 161 0 0.56 0.18 0.23 319.09 0.48 0.55
Hex C4 56 A1 0 38 12 17 13F 30 37
Octal 304 126 241 0 70 22 27 477 60 67
Binary 11000100 1010110 10100001 0 111000 10010 10111 100111111 110000 110111

Color Harmonies of #C456A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C456A1

Black with #C456A1

Text Example


Text Example

White with #C456A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C456A1; }

 p { color: rgb(196,86,161); }

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

background-color css

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

 a { background-color: rgb(196,86,161); }

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

border-color css

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

 span { border-color: rgb(196,86,161); }

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