Html Css Color HEX #C74952 Mandy

📋 copy color: '#C74952'

red 199 ◦ green 73 ◦ blue 82

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

Shades of Mandy #C74952

Tints of Mandy #C74952

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.62%

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

R = 56.21%
G = 20.62%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C74952 (or 0xC74952) is known color: Mandy. HEX triplet: C7, 49 and 52. RGB value is (199,73,82). Sum of RGB (Red+Green+Blue) = 199+73+82=354 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.21% from 354); Green value is 73 (28.91% from 255 or 20.62% from 354); Blue value is 82 (32.42% from 255 or 23.16% from 354); Max value from RGB is 199 - color contains mainly: red. Hex color #C74952 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74952 is #38B6AD. Grayscale: #6F6F6F. Windows color (decimal): -3716782 or 5392839. OLE color: 5392839.

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

Color convert

RGB 199 73 82 -
CMYK 0 0.63 0.59 0.22
HSL 355.71º 0.53% 0.53% -
HSV(B) 355.71º 0.63% 0.78% -
XYZ 27.46 17.52 9.92 -
YUV 111.7 111.24 190.27 -
System Red Green Blue C M Y K H S L
Decimal 199 73 82 0 0.63 0.59 0.22 355.71 0.53 0.53
Hex C7 49 52 0 3F 3B 16 164 35 35
Octal 307 111 122 0 77 73 26 544 65 65
Binary 11000111 1001001 1010010 0 111111 111011 10110 101100100 110101 110101

Color Harmonies of #C74952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74952

Black with #C74952

Text Example


Text Example

White with #C74952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74952; }

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

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

background-color css

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

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

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

border-color css

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

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

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