Html Css Color HEX #C04592 Mulberry

📋 copy color: '#C04592'

red 192 ◦ green 69 ◦ blue 146

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

Shades of Mulberry #C04592

Tints of Mulberry #C04592

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.95%

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

R = 47.17%
G = 16.95%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#C04592 (or 0xC04592) is known color: Mulberry. HEX triplet: C0, 45 and 92. RGB value is (192,69,146). Sum of RGB (Red+Green+Blue) = 192+69+146=407 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.17% from 407); Green value is 69 (27.34% from 255 or 16.95% from 407); Blue value is 146 (57.42% from 255 or 35.87% from 407); Max value from RGB is 192 - color contains mainly: red. Hex color #C04592 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04592 is #3FBA6D. Grayscale: #727272. Windows color (decimal): -4176494 or 9586112. OLE color: 9586112.

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

Color convert

RGB 192 69 146 -
CMYK 0 0.64 0.24 0.25
HSL 322.44º 0.49% 0.51% -
HSV(B) 322.44º 0.64% 0.75% -
XYZ 29.05 17.54 29.05 -
YUV 114.56 145.75 183.24 -
System Red Green Blue C M Y K H S L
Decimal 192 69 146 0 0.64 0.24 0.25 322.44 0.49 0.51
Hex C0 45 92 0 40 18 19 142 31 33
Octal 300 105 222 0 100 30 31 502 61 63
Binary 11000000 1000101 10010010 0 1000000 11000 11001 101000010 110001 110011

Color Harmonies of #C04592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04592

Black with #C04592

Text Example


Text Example

White with #C04592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04592; }

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

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

background-color css

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

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

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

border-color css

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

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

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