Html Css Color HEX #C74D52 Mandy

📋 copy color: '#C74D52'

red 199 ◦ green 77 ◦ blue 82

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

Shades of Mandy #C74D52

Tints of Mandy #C74D52

RGB

 RED value IS 199 (78.13% from 255) = 55.59%

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

 BLUE value IS 82 (32.42% from 255) = 22.91%

R = 55.59%
G = 21.51%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C74D52 (or 0xC74D52) is known color: Mandy. HEX triplet: C7, 4D and 52. RGB value is (199,77,82). Sum of RGB (Red+Green+Blue) = 199+77+82=358 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.59% from 358); Green value is 77 (30.47% from 255 or 21.51% from 358); Blue value is 82 (32.42% from 255 or 22.91% from 358); Max value from RGB is 199 - color contains mainly: red. Hex color #C74D52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C74D52 is #38B2AD. Grayscale: #727272. Windows color (decimal): -3715758 or 5393863. OLE color: 5393863.

HSL color Cylindrical-coordinate representation of color #C74D52: hue angle of 357.54º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C74D52 is Cyan = 0, Magento = 0.61, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 77 82 -
CMYK 0 0.61 0.59 0.22
HSL 357.54º 0.52% 0.54% -
HSV(B) 357.54º 0.61% 0.78% -
XYZ 27.73 18.06 10.01 -
YUV 114.05 109.92 188.59 -
System Red Green Blue C M Y K H S L
Decimal 199 77 82 0 0.61 0.59 0.22 357.54 0.52 0.54
Hex C7 4D 52 0 3D 3B 16 166 34 36
Octal 307 115 122 0 75 73 26 546 64 66
Binary 11000111 1001101 1010010 0 111101 111011 10110 101100110 110100 110110

Color Harmonies of #C74D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74D52

Black with #C74D52

Text Example


Text Example

White with #C74D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74D52; }

 p { color: rgb(199,77,82); }

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

background-color css

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

 a { background-color: rgb(199,77,82); }

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

border-color css

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

 span { border-color: rgb(199,77,82); }

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