Html Css Color HEX #C04A51 Mandy

📋 copy color: '#C04A51'

red 192 ◦ green 74 ◦ blue 81

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

Shades of Mandy #C04A51

Tints of Mandy #C04A51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 23.34%

R = 55.33%
G = 21.33%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#C04A51 (or 0xC04A51) is known color: Mandy. HEX triplet: C0, 4A and 51. RGB value is (192,74,81). Sum of RGB (Red+Green+Blue) = 192+74+81=347 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.33% from 347); Green value is 74 (29.30% from 255 or 21.33% from 347); Blue value is 81 (32.03% from 255 or 23.34% from 347); Max value from RGB is 192 - color contains mainly: red. Hex color #C04A51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04A51 is #3FB5AE. Grayscale: #6E6E6E. Windows color (decimal): -4175279 or 5327552. OLE color: 5327552.

HSL color Cylindrical-coordinate representation of color #C04A51: hue angle of 356.44º 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 #C04A51 is Cyan = 0, Magento = 0.61, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 74 81 -
CMYK 0 0.61 0.58 0.25
HSL 356.44º 0.48% 0.52% -
HSV(B) 356.44º 0.61% 0.75% -
XYZ 25.67 16.7 9.65 -
YUV 110.08 111.59 186.43 -
System Red Green Blue C M Y K H S L
Decimal 192 74 81 0 0.61 0.58 0.25 356.44 0.48 0.52
Hex C0 4A 51 0 3D 3A 19 164 30 34
Octal 300 112 121 0 75 72 31 544 60 64
Binary 11000000 1001010 1010001 0 111101 111010 11001 101100100 110000 110100

Color Harmonies of #C04A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04A51

Black with #C04A51

Text Example


Text Example

White with #C04A51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04A51; }

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

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

background-color css

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

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

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

border-color css

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

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

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