Html Css Color HEX #C05892 Mulberry

📋 copy color: '#C05892'

red 192 ◦ green 88 ◦ blue 146

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

Shades of Mulberry #C05892

Tints of Mulberry #C05892

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.66%

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

R = 45.07%
G = 20.66%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#C05892 (or 0xC05892) is known color: Mulberry. HEX triplet: C0, 58 and 92. RGB value is (192,88,146). Sum of RGB (Red+Green+Blue) = 192+88+146=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 88 (34.77% from 255 or 20.66% from 426); Blue value is 146 (57.42% from 255 or 34.27% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C05892 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05892 is #3FA76D. Grayscale: #7D7D7D. Windows color (decimal): -4171630 or 9590976. OLE color: 9590976.

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

Color convert

RGB 192 88 146 -
CMYK 0 0.54 0.24 0.25
HSL 326.54º 0.45% 0.55% -
HSV(B) 326.54º 0.54% 0.75% -
XYZ 30.42 20.26 29.5 -
YUV 125.71 139.46 175.28 -
System Red Green Blue C M Y K H S L
Decimal 192 88 146 0 0.54 0.24 0.25 326.54 0.45 0.55
Hex C0 58 92 0 36 18 19 147 2D 37
Octal 300 130 222 0 66 30 31 507 55 67
Binary 11000000 1011000 10010010 0 110110 11000 11001 101000111 101101 110111

Color Harmonies of #C05892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05892

Black with #C05892

Text Example


Text Example

White with #C05892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05892; }

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

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

background-color css

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

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

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

border-color css

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

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

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