Html Css Color HEX #C74057 Mandy

📋 copy color: '#C74057'

red 199 ◦ green 64 ◦ blue 87

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

Shades of Mandy #C74057

Tints of Mandy #C74057

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.29%

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

R = 56.86%
G = 18.29%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C74057 (or 0xC74057) is known color: Mandy. HEX triplet: C7, 40 and 57. RGB value is (199,64,87). Sum of RGB (Red+Green+Blue) = 199+64+87=350 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.86% from 350); Green value is 64 (25.39% from 255 or 18.29% from 350); Blue value is 87 (34.38% from 255 or 24.86% from 350); Max value from RGB is 199 - color contains mainly: red. Hex color #C74057 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74057 is #38BFA8. Grayscale: #6B6B6B. Windows color (decimal): -3719081 or 5718215. OLE color: 5718215.

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

Color convert

RGB 199 64 87 -
CMYK 0 0.68 0.56 0.22
HSL 349.78º 0.55% 0.52% -
HSV(B) 349.78º 0.68% 0.78% -
XYZ 27.11 16.5 10.77 -
YUV 106.99 116.73 193.63 -
System Red Green Blue C M Y K H S L
Decimal 199 64 87 0 0.68 0.56 0.22 349.78 0.55 0.52
Hex C7 40 57 0 44 38 16 15E 37 34
Octal 307 100 127 0 104 70 26 536 67 64
Binary 11000111 1000000 1010111 0 1000100 111000 10110 101011110 110111 110100

Color Harmonies of #C74057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74057

Black with #C74057

Text Example


Text Example

White with #C74057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74057; }

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

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

background-color css

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

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

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

border-color css

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

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

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