Html Css Color HEX #C05093 Mulberry

📋 copy color: '#C05093'

red 192 ◦ green 80 ◦ blue 147

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

Shades of Mulberry #C05093

Tints of Mulberry #C05093

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.09%

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

R = 45.82%
G = 19.09%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#C05093 (or 0xC05093) is known color: Mulberry. HEX triplet: C0, 50 and 93. RGB value is (192,80,147). Sum of RGB (Red+Green+Blue) = 192+80+147=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 80 (31.64% from 255 or 19.09% from 419); Blue value is 147 (57.81% from 255 or 35.08% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C05093 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05093 is #3FAF6C. Grayscale: #787878. Windows color (decimal): -4173677 or 9654464. OLE color: 9654464.

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

Color convert

RGB 192 80 147 -
CMYK 0 0.58 0.23 0.25
HSL 324.11º 0.47% 0.53% -
HSV(B) 324.11º 0.58% 0.75% -
XYZ 29.87 19.05 29.71 -
YUV 121.13 142.61 178.55 -
System Red Green Blue C M Y K H S L
Decimal 192 80 147 0 0.58 0.23 0.25 324.11 0.47 0.53
Hex C0 50 93 0 3A 17 19 144 2F 35
Octal 300 120 223 0 72 27 31 504 57 65
Binary 11000000 1010000 10010011 0 111010 10111 11001 101000100 101111 110101

Color Harmonies of #C05093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05093

Black with #C05093

Text Example


Text Example

White with #C05093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05093; }

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

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

background-color css

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

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

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

border-color css

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

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

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