Html Css Color HEX #C05D92 Mulberry

📋 copy color: '#C05D92'

red 192 ◦ green 93 ◦ blue 146

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

Shades of Mulberry #C05D92

Tints of Mulberry #C05D92

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.58%

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

R = 44.55%
G = 21.58%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#C05D92 (or 0xC05D92) is known color: Mulberry. HEX triplet: C0, 5D and 92. RGB value is (192,93,146). Sum of RGB (Red+Green+Blue) = 192+93+146=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 93 (36.72% from 255 or 21.58% from 431); Blue value is 146 (57.42% from 255 or 33.87% from 431); Max value from RGB is 192 - color contains mainly: red. Hex color #C05D92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05D92 is #3FA26D. Grayscale: #808080. Windows color (decimal): -4170350 or 9592256. OLE color: 9592256.

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

Color convert

RGB 192 93 146 -
CMYK 0 0.52 0.24 0.25
HSL 327.88º 0.44% 0.56% -
HSV(B) 327.88º 0.52% 0.75% -
XYZ 30.84 21.11 29.64 -
YUV 128.64 137.8 173.19 -
System Red Green Blue C M Y K H S L
Decimal 192 93 146 0 0.52 0.24 0.25 327.88 0.44 0.56
Hex C0 5D 92 0 34 18 19 148 2C 38
Octal 300 135 222 0 64 30 31 510 54 70
Binary 11000000 1011101 10010010 0 110100 11000 11001 101001000 101100 111000

Color Harmonies of #C05D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05D92

Black with #C05D92

Text Example


Text Example

White with #C05D92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05D92; }

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

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

background-color css

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

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

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

border-color css

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

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

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