Html Css Color HEX #C057A4 Mulberry

📋 copy color: '#C057A4'

red 192 ◦ green 87 ◦ blue 164

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

Shades of Mulberry #C057A4

Tints of Mulberry #C057A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 37.02%

R = 43.34%
G = 19.64%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#C057A4 (or 0xC057A4) is known color: Mulberry. HEX triplet: C0, 57 and A4. RGB value is (192,87,164). Sum of RGB (Red+Green+Blue) = 192+87+164=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 87 (34.38% from 255 or 19.64% from 443); Blue value is 164 (64.45% from 255 or 37.02% from 443); Max value from RGB is 192 - color contains mainly: red. Hex color #C057A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C057A4 is #3FA85B. Grayscale: #7E7E7E. Windows color (decimal): -4171868 or 10770368. OLE color: 10770368.

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

Color convert

RGB 192 87 164 -
CMYK 0 0.55 0.15 0.25
HSL 316º 0.45% 0.55% -
HSV(B) 316º 0.55% 0.75% -
XYZ 31.85 20.7 37.44 -
YUV 127.17 148.79 174.24 -
System Red Green Blue C M Y K H S L
Decimal 192 87 164 0 0.55 0.15 0.25 316 0.45 0.55
Hex C0 57 A4 0 37 F 19 13C 2D 37
Octal 300 127 244 0 67 17 31 474 55 67
Binary 11000000 1010111 10100100 0 110111 1111 11001 100111100 101101 110111

Color Harmonies of #C057A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C057A4

Black with #C057A4

Text Example


Text Example

White with #C057A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C057A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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