Html Css Color HEX #C05A94 Mulberry

📋 copy color: '#C05A94'

red 192 ◦ green 90 ◦ blue 148

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

Shades of Mulberry #C05A94

Tints of Mulberry #C05A94

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.93%

 BLUE value IS 148 (58.2% from 255) = 34.42%

R = 44.65%
G = 20.93%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#C05A94 (or 0xC05A94) is known color: Mulberry. HEX triplet: C0, 5A and 94. RGB value is (192,90,148). Sum of RGB (Red+Green+Blue) = 192+90+148=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 90 (35.55% from 255 or 20.93% from 430); Blue value is 148 (58.20% from 255 or 34.42% from 430); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05A94 is #3FA56B. Grayscale: #7E7E7E. Windows color (decimal): -4171116 or 9722560. OLE color: 9722560.

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

Color convert

RGB 192 90 148 -
CMYK 0 0.53 0.23 0.25
HSL 325.88º 0.45% 0.55% -
HSV(B) 325.88º 0.53% 0.75% -
XYZ 30.74 20.66 30.38 -
YUV 127.11 139.79 174.28 -
System Red Green Blue C M Y K H S L
Decimal 192 90 148 0 0.53 0.23 0.25 325.88 0.45 0.55
Hex C0 5A 94 0 35 17 19 146 2D 37
Octal 300 132 224 0 65 27 31 506 55 67
Binary 11000000 1011010 10010100 0 110101 10111 11001 101000110 101101 110111

Color Harmonies of #C05A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05A94

Black with #C05A94

Text Example


Text Example

White with #C05A94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05A94; }

 p { color: rgb(192,90,148); }

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

background-color css

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

 a { background-color: rgb(192,90,148); }

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

border-color css

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

 span { border-color: rgb(192,90,148); }

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