Html Css Color HEX #C056A5 Mulberry

📋 copy color: '#C056A5'

red 192 ◦ green 86 ◦ blue 165

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

Shades of Mulberry #C056A5

Tints of Mulberry #C056A5

RGB

 RED value IS 192 (75.39% from 255) = 43.34%

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

 BLUE value IS 165 (64.84% from 255) = 37.25%

R = 43.34%
G = 19.41%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#C056A5 (or 0xC056A5) is known color: Mulberry. HEX triplet: C0, 56 and A5. RGB value is (192,86,165). Sum of RGB (Red+Green+Blue) = 192+86+165=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 86 (33.98% from 255 or 19.41% from 443); Blue value is 165 (64.84% from 255 or 37.25% from 443); Max value from RGB is 192 - color contains mainly: red. Hex color #C056A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C056A5 is #3FA95A. Grayscale: #7E7E7E. Windows color (decimal): -4172123 or 10835648. OLE color: 10835648.

HSL color Cylindrical-coordinate representation of color #C056A5: hue angle of 315.28º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C056A5 is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 86 165 -
CMYK 0 0.55 0.14 0.25
HSL 315.28º 0.46% 0.55% -
HSV(B) 315.28º 0.55% 0.75% -
XYZ 31.86 20.58 37.89 -
YUV 126.7 149.62 174.58 -
System Red Green Blue C M Y K H S L
Decimal 192 86 165 0 0.55 0.14 0.25 315.28 0.46 0.55
Hex C0 56 A5 0 37 E 19 13B 2E 37
Octal 300 126 245 0 67 16 31 473 56 67
Binary 11000000 1010110 10100101 0 110111 1110 11001 100111011 101110 110111

Color Harmonies of #C056A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C056A5

Black with #C056A5

Text Example


Text Example

White with #C056A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C056A5; }

 p { color: rgb(192,86,165); }

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

background-color css

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

 a { background-color: rgb(192,86,165); }

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

border-color css

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

 span { border-color: rgb(192,86,165); }

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