Html Css Color HEX #C04D5D Mandy

📋 copy color: '#C04D5D'

red 192 ◦ green 77 ◦ blue 93

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

Shades of Mandy #C04D5D

Tints of Mandy #C04D5D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.27%

 BLUE value IS 93 (36.72% from 255) = 25.69%

R = 53.04%
G = 21.27%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#C04D5D (or 0xC04D5D) is known color: Mandy. HEX triplet: C0, 4D and 5D. RGB value is (192,77,93). Sum of RGB (Red+Green+Blue) = 192+77+93=362 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.04% from 362); Green value is 77 (30.47% from 255 or 21.27% from 362); Blue value is 93 (36.72% from 255 or 25.69% from 362); Max value from RGB is 192 - color contains mainly: red. Hex color #C04D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C04D5D is #3FB2A2. Grayscale: #717171. Windows color (decimal): -4174499 or 6114752. OLE color: 6114752.

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

Color convert

RGB 192 77 93 -
CMYK 0 0.60 0.52 0.25
HSL 351.65º 0.48% 0.53% -
HSV(B) 351.65º 0.6% 0.75% -
XYZ 26.37 17.3 12.31 -
YUV 113.21 116.6 184.2 -
System Red Green Blue C M Y K H S L
Decimal 192 77 93 0 0.60 0.52 0.25 351.65 0.48 0.53
Hex C0 4D 5D 0 3C 34 19 160 30 35
Octal 300 115 135 0 74 64 31 540 60 65
Binary 11000000 1001101 1011101 0 111100 110100 11001 101100000 110000 110101

Color Harmonies of #C04D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04D5D

Black with #C04D5D

Text Example


Text Example

White with #C04D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04D5D; }

 p { color: rgb(192,77,93); }

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

background-color css

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

 a { background-color: rgb(192,77,93); }

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

border-color css

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

 span { border-color: rgb(192,77,93); }

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