Html Css Color HEX #C04A92 Mulberry

📋 copy color: '#C04A92'

red 192 ◦ green 74 ◦ blue 146

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

Shades of Mulberry #C04A92

Tints of Mulberry #C04A92

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.96%

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

R = 46.6%
G = 17.96%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#C04A92 (or 0xC04A92) is known color: Mulberry. HEX triplet: C0, 4A and 92. RGB value is (192,74,146). Sum of RGB (Red+Green+Blue) = 192+74+146=412 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.60% from 412); Green value is 74 (29.30% from 255 or 17.96% from 412); Blue value is 146 (57.42% from 255 or 35.44% from 412); Max value from RGB is 192 - color contains mainly: red. Hex color #C04A92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04A92 is #3FB56D. Grayscale: #757575. Windows color (decimal): -4175214 or 9587392. OLE color: 9587392.

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

Color convert

RGB 192 74 146 -
CMYK 0 0.61 0.24 0.25
HSL 323.39º 0.48% 0.52% -
HSV(B) 323.39º 0.61% 0.75% -
XYZ 29.38 18.18 29.15 -
YUV 117.49 144.09 181.15 -
System Red Green Blue C M Y K H S L
Decimal 192 74 146 0 0.61 0.24 0.25 323.39 0.48 0.52
Hex C0 4A 92 0 3D 18 19 143 30 34
Octal 300 112 222 0 75 30 31 503 60 64
Binary 11000000 1001010 10010010 0 111101 11000 11001 101000011 110000 110100

Color Harmonies of #C04A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04A92

Black with #C04A92

Text Example


Text Example

White with #C04A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04A92; }

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

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

background-color css

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

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

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

border-color css

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

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

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