Html Css Color HEX #C05593 Mulberry

📋 copy color: '#C05593'

red 192 ◦ green 85 ◦ blue 147

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

Shades of Mulberry #C05593

Tints of Mulberry #C05593

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.05%

 BLUE value IS 147 (57.81% from 255) = 34.67%

R = 45.28%
G = 20.05%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#C05593 (or 0xC05593) is known color: Mulberry. HEX triplet: C0, 55 and 93. RGB value is (192,85,147). Sum of RGB (Red+Green+Blue) = 192+85+147=424 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.28% from 424); Green value is 85 (33.59% from 255 or 20.05% from 424); Blue value is 147 (57.81% from 255 or 34.67% from 424); Max value from RGB is 192 - color contains mainly: red. Hex color #C05593 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05593 is #3FAA6C. Grayscale: #7B7B7B. Windows color (decimal): -4172397 or 9655744. OLE color: 9655744.

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

Color convert

RGB 192 85 147 -
CMYK 0 0.56 0.23 0.25
HSL 325.23º 0.46% 0.54% -
HSV(B) 325.23º 0.56% 0.75% -
XYZ 30.25 19.81 29.83 -
YUV 124.06 140.95 176.46 -
System Red Green Blue C M Y K H S L
Decimal 192 85 147 0 0.56 0.23 0.25 325.23 0.46 0.54
Hex C0 55 93 0 38 17 19 145 2E 36
Octal 300 125 223 0 70 27 31 505 56 66
Binary 11000000 1010101 10010011 0 111000 10111 11001 101000101 101110 110110

Color Harmonies of #C05593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05593

Black with #C05593

Text Example


Text Example

White with #C05593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05593; }

 p { color: rgb(192,85,147); }

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

background-color css

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

 a { background-color: rgb(192,85,147); }

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

border-color css

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

 span { border-color: rgb(192,85,147); }

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