Html Css Color HEX #C74B57 Mandy

📋 copy color: '#C74B57'

red 199 ◦ green 75 ◦ blue 87

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

Shades of Mandy #C74B57

Tints of Mandy #C74B57

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.78%

 BLUE value IS 87 (34.38% from 255) = 24.1%

R = 55.12%
G = 20.78%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C74B57 (or 0xC74B57) is known color: Mandy. HEX triplet: C7, 4B and 57. RGB value is (199,75,87). Sum of RGB (Red+Green+Blue) = 199+75+87=361 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.12% from 361); Green value is 75 (29.69% from 255 or 20.78% from 361); Blue value is 87 (34.38% from 255 or 24.10% from 361); Max value from RGB is 199 - color contains mainly: red. Hex color #C74B57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74B57 is #38B4A8. Grayscale: #717171. Windows color (decimal): -3716265 or 5721031. OLE color: 5721031.

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

Color convert

RGB 199 75 87 -
CMYK 0 0.62 0.56 0.22
HSL 354.19º 0.53% 0.54% -
HSV(B) 354.19º 0.62% 0.78% -
XYZ 27.79 17.86 11 -
YUV 113.44 113.08 189.02 -
System Red Green Blue C M Y K H S L
Decimal 199 75 87 0 0.62 0.56 0.22 354.19 0.53 0.54
Hex C7 4B 57 0 3E 38 16 162 35 36
Octal 307 113 127 0 76 70 26 542 65 66
Binary 11000111 1001011 1010111 0 111110 111000 10110 101100010 110101 110110

Color Harmonies of #C74B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74B57

Black with #C74B57

Text Example


Text Example

White with #C74B57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74B57; }

 p { color: rgb(199,75,87); }

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

background-color css

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

 a { background-color: rgb(199,75,87); }

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

border-color css

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

 span { border-color: rgb(199,75,87); }

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