Html Css Color HEX #C04192 Mulberry

📋 copy color: '#C04192'

red 192 ◦ green 65 ◦ blue 146

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

Shades of Mulberry #C04192

Tints of Mulberry #C04192

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.13%

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

R = 47.64%
G = 16.13%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#C04192 (or 0xC04192) is known color: Mulberry. HEX triplet: C0, 41 and 92. RGB value is (192,65,146). Sum of RGB (Red+Green+Blue) = 192+65+146=403 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.64% from 403); Green value is 65 (25.78% from 255 or 16.13% from 403); Blue value is 146 (57.42% from 255 or 36.23% from 403); Max value from RGB is 192 - color contains mainly: red. Hex color #C04192 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04192 is #3FBE6D. Grayscale: #707070. Windows color (decimal): -4177518 or 9585088. OLE color: 9585088.

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

Color convert

RGB 192 65 146 -
CMYK 0 0.66 0.24 0.25
HSL 321.73º 0.5% 0.5% -
HSV(B) 321.73º 0.66% 0.75% -
XYZ 28.82 17.06 28.97 -
YUV 112.21 147.08 184.91 -
System Red Green Blue C M Y K H S L
Decimal 192 65 146 0 0.66 0.24 0.25 321.73 0.5 0.5
Hex C0 41 92 0 42 18 19 142 32 32
Octal 300 101 222 0 102 30 31 502 62 62
Binary 11000000 1000001 10010010 0 1000010 11000 11001 101000010 110010 110010

Color Harmonies of #C04192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04192

Black with #C04192

Text Example


Text Example

White with #C04192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04192; }

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

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

background-color css

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

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

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

border-color css

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

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

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