Html Css Color HEX #C057A5 Mulberry

📋 copy color: '#C057A5'

red 192 ◦ green 87 ◦ blue 165

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

Shades of Mulberry #C057A5

Tints of Mulberry #C057A5

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.59%

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

R = 43.24%
G = 19.59%
B = 37.16%

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

#C057A5 (or 0xC057A5) is known color: Mulberry. HEX triplet: C0, 57 and A5. RGB value is (192,87,165). Sum of RGB (Red+Green+Blue) = 192+87+165=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 87 (34.38% from 255 or 19.59% from 444); Blue value is 165 (64.84% from 255 or 37.16% from 444); Max value from RGB is 192 - color contains mainly: red. Hex color #C057A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C057A5 is #3FA85A. Grayscale: #7F7F7F. Windows color (decimal): -4171867 or 10835904. OLE color: 10835904.

HSL color Cylindrical-coordinate representation of color #C057A5: hue angle of 315.43º degrees, saturation: 0.45, 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 #C057A5 is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 87 165 -
CMYK 0 0.55 0.14 0.25
HSL 315.43º 0.45% 0.55% -
HSV(B) 315.43º 0.55% 0.75% -
XYZ 31.94 20.74 37.92 -
YUV 127.29 149.29 174.16 -
System Red Green Blue C M Y K H S L
Decimal 192 87 165 0 0.55 0.14 0.25 315.43 0.45 0.55
Hex C0 57 A5 0 37 E 19 13B 2D 37
Octal 300 127 245 0 67 16 31 473 55 67
Binary 11000000 1010111 10100101 0 110111 1110 11001 100111011 101101 110111

Color Harmonies of #C057A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C057A5

Black with #C057A5

Text Example


Text Example

White with #C057A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C057A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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