Html Css Color HEX #C05A92 Mulberry

📋 copy color: '#C05A92'

red 192 ◦ green 90 ◦ blue 146

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

Shades of Mulberry #C05A92

Tints of Mulberry #C05A92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 34.11%

R = 44.86%
G = 21.03%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#C05A92 (or 0xC05A92) is known color: Mulberry. HEX triplet: C0, 5A and 92. RGB value is (192,90,146). Sum of RGB (Red+Green+Blue) = 192+90+146=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 90 (35.55% from 255 or 21.03% from 428); Blue value is 146 (57.42% from 255 or 34.11% from 428); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05A92 is #3FA56D. Grayscale: #7E7E7E. Windows color (decimal): -4171118 or 9591488. OLE color: 9591488.

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

Color convert

RGB 192 90 146 -
CMYK 0 0.53 0.24 0.25
HSL 327.06º 0.45% 0.55% -
HSV(B) 327.06º 0.53% 0.75% -
XYZ 30.58 20.59 29.56 -
YUV 126.88 138.79 174.45 -
System Red Green Blue C M Y K H S L
Decimal 192 90 146 0 0.53 0.24 0.25 327.06 0.45 0.55
Hex C0 5A 92 0 35 18 19 147 2D 37
Octal 300 132 222 0 65 30 31 507 55 67
Binary 11000000 1011010 10010010 0 110101 11000 11001 101000111 101101 110111

Color Harmonies of #C05A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05A92

Black with #C05A92

Text Example


Text Example

White with #C05A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05A92; }

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

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

background-color css

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

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

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

border-color css

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

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

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