Html Css Color HEX #C256A6 Mulberry

📋 copy color: '#C256A6'

red 194 ◦ green 86 ◦ blue 166

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

Shades of Mulberry #C256A6

Tints of Mulberry #C256A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 37.22%

R = 43.5%
G = 19.28%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C256A6 (or 0xC256A6) is known color: Mulberry. HEX triplet: C2, 56 and A6. RGB value is (194,86,166). Sum of RGB (Red+Green+Blue) = 194+86+166=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 86 (33.98% from 255 or 19.28% from 446); Blue value is 166 (65.23% from 255 or 37.22% from 446); Max value from RGB is 194 - color contains mainly: red. Hex color #C256A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C256A6 is #3DA959. Grayscale: #7F7F7F. Windows color (decimal): -4041050 or 10901186. OLE color: 10901186.

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

Color convert

RGB 194 86 166 -
CMYK 0 0.56 0.14 0.24
HSL 315.56º 0.47% 0.55% -
HSV(B) 315.56º 0.56% 0.76% -
XYZ 32.46 20.88 38.4 -
YUV 127.41 149.78 175.5 -
System Red Green Blue C M Y K H S L
Decimal 194 86 166 0 0.56 0.14 0.24 315.56 0.47 0.55
Hex C2 56 A6 0 38 E 18 13C 2F 37
Octal 302 126 246 0 70 16 30 474 57 67
Binary 11000010 1010110 10100110 0 111000 1110 11000 100111100 101111 110111

Color Harmonies of #C256A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C256A6

Black with #C256A6

Text Example


Text Example

White with #C256A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C256A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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