Html Css Color HEX #C256A3 Mulberry

📋 copy color: '#C256A3'

red 194 ◦ green 86 ◦ blue 163

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

Shades of Mulberry #C256A3

Tints of Mulberry #C256A3

RGB

 RED value IS 194 (76.17% from 255) = 43.79%

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

 BLUE value IS 163 (64.06% from 255) = 36.79%

R = 43.79%
G = 19.41%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.16

 K value IS 0.24

RGB Variations

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

Color information

#C256A3 (or 0xC256A3) is known color: Mulberry. HEX triplet: C2, 56 and A3. RGB value is (194,86,163). Sum of RGB (Red+Green+Blue) = 194+86+163=443 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.79% from 443); Green value is 86 (33.98% from 255 or 19.41% from 443); Blue value is 163 (64.06% from 255 or 36.79% from 443); Max value from RGB is 194 - color contains mainly: red. Hex color #C256A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C256A3 is #3DA95C. Grayscale: #7E7E7E. Windows color (decimal): -4041053 or 10704578. OLE color: 10704578.

HSL color Cylindrical-coordinate representation of color #C256A3: hue angle of 317.22º degrees, saturation: 0.47, 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 #C256A3 is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 86 163 -
CMYK 0 0.56 0.16 0.24
HSL 317.22º 0.47% 0.55% -
HSV(B) 317.22º 0.56% 0.76% -
XYZ 32.19 20.77 36.96 -
YUV 127.07 148.28 175.74 -
System Red Green Blue C M Y K H S L
Decimal 194 86 163 0 0.56 0.16 0.24 317.22 0.47 0.55
Hex C2 56 A3 0 38 10 18 13D 2F 37
Octal 302 126 243 0 70 20 30 475 57 67
Binary 11000010 1010110 10100011 0 111000 10000 11000 100111101 101111 110111

Color Harmonies of #C256A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C256A3

Black with #C256A3

Text Example


Text Example

White with #C256A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C256A3; }

 p { color: rgb(194,86,163); }

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

background-color css

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

 a { background-color: rgb(194,86,163); }

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

border-color css

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

 span { border-color: rgb(194,86,163); }

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