Html Css Color HEX #C05A8F Mulberry

📋 copy color: '#C05A8F'

red 192 ◦ green 90 ◦ blue 143

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

Shades of Mulberry #C05A8F

Tints of Mulberry #C05A8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 33.65%

R = 45.18%
G = 21.18%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#C05A8F (or 0xC05A8F) is known color: Mulberry. HEX triplet: C0, 5A and 8F. RGB value is (192,90,143). Sum of RGB (Red+Green+Blue) = 192+90+143=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 90 (35.55% from 255 or 21.18% from 425); Blue value is 143 (56.25% from 255 or 33.65% from 425); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05A8F is #3FA570. Grayscale: #7E7E7E. Windows color (decimal): -4171121 or 9394880. OLE color: 9394880.

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

Color convert

RGB 192 90 143 -
CMYK 0 0.53 0.26 0.25
HSL 328.82º 0.45% 0.55% -
HSV(B) 328.82º 0.53% 0.75% -
XYZ 30.35 20.5 28.34 -
YUV 126.54 137.29 174.69 -
System Red Green Blue C M Y K H S L
Decimal 192 90 143 0 0.53 0.26 0.25 328.82 0.45 0.55
Hex C0 5A 8F 0 35 1A 19 149 2D 37
Octal 300 132 217 0 65 32 31 511 55 67
Binary 11000000 1011010 10001111 0 110101 11010 11001 101001001 101101 110111

Color Harmonies of #C05A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05A8F

Black with #C05A8F

Text Example


Text Example

White with #C05A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05A8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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