Html Css Color HEX #C04D4F Mandy

📋 copy color: '#C04D4F'

red 192 ◦ green 77 ◦ blue 79

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

Shades of Mandy #C04D4F

Tints of Mandy #C04D4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.7%

R = 55.17%
G = 22.13%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#C04D4F (or 0xC04D4F) is known color: Mandy. HEX triplet: C0, 4D and 4F. RGB value is (192,77,79). Sum of RGB (Red+Green+Blue) = 192+77+79=348 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.17% from 348); Green value is 77 (30.47% from 255 or 22.13% from 348); Blue value is 79 (31.25% from 255 or 22.70% from 348); Max value from RGB is 192 - color contains mainly: red. Hex color #C04D4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C04D4F is #3FB2B0. Grayscale: #6F6F6F. Windows color (decimal): -4174513 or 5197248. OLE color: 5197248.

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

Color convert

RGB 192 77 79 -
CMYK 0 0.60 0.59 0.25
HSL 358.96º 0.48% 0.53% -
HSV(B) 358.96º 0.6% 0.75% -
XYZ 25.8 17.08 9.33 -
YUV 111.61 109.6 185.34 -
System Red Green Blue C M Y K H S L
Decimal 192 77 79 0 0.60 0.59 0.25 358.96 0.48 0.53
Hex C0 4D 4F 0 3C 3B 19 167 30 35
Octal 300 115 117 0 74 73 31 547 60 65
Binary 11000000 1001101 1001111 0 111100 111011 11001 101100111 110000 110101

Color Harmonies of #C04D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04D4F

Black with #C04D4F

Text Example


Text Example

White with #C04D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04D4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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