Html Css Color HEX #C04A4F Mandy

📋 copy color: '#C04A4F'

red 192 ◦ green 74 ◦ blue 79

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

Shades of Mandy #C04A4F

Tints of Mandy #C04A4F

RGB

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

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

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

R = 55.65%
G = 21.45%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#C04A4F (or 0xC04A4F) is known color: Mandy. HEX triplet: C0, 4A and 4F. RGB value is (192,74,79). Sum of RGB (Red+Green+Blue) = 192+74+79=345 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.65% from 345); Green value is 74 (29.30% from 255 or 21.45% from 345); Blue value is 79 (31.25% from 255 or 22.90% from 345); Max value from RGB is 192 - color contains mainly: red. Hex color #C04A4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04A4F is #3FB5B0. Grayscale: #6D6D6D. Windows color (decimal): -4175281 or 5196480. OLE color: 5196480.

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

Color convert

RGB 192 74 79 -
CMYK 0 0.61 0.59 0.25
HSL 357.46º 0.48% 0.52% -
HSV(B) 357.46º 0.61% 0.75% -
XYZ 25.6 16.67 9.27 -
YUV 109.85 110.59 186.59 -
System Red Green Blue C M Y K H S L
Decimal 192 74 79 0 0.61 0.59 0.25 357.46 0.48 0.52
Hex C0 4A 4F 0 3D 3B 19 165 30 34
Octal 300 112 117 0 75 73 31 545 60 64
Binary 11000000 1001010 1001111 0 111101 111011 11001 101100101 110000 110100

Color Harmonies of #C04A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04A4F

Black with #C04A4F

Text Example


Text Example

White with #C04A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04A4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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