Html Css Color HEX #C74D5B Mandy

📋 copy color: '#C74D5B'

red 199 ◦ green 77 ◦ blue 91

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

Shades of Mandy #C74D5B

Tints of Mandy #C74D5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.8%

R = 54.22%
G = 20.98%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C74D5B (or 0xC74D5B) is known color: Mandy. HEX triplet: C7, 4D and 5B. RGB value is (199,77,91). Sum of RGB (Red+Green+Blue) = 199+77+91=367 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.22% from 367); Green value is 77 (30.47% from 255 or 20.98% from 367); Blue value is 91 (35.94% from 255 or 24.80% from 367); Max value from RGB is 199 - color contains mainly: red. Hex color #C74D5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C74D5B is #38B2A4. Grayscale: #737373. Windows color (decimal): -3715749 or 5983687. OLE color: 5983687.

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

Color convert

RGB 199 77 91 -
CMYK 0 0.61 0.54 0.22
HSL 353.11º 0.52% 0.54% -
HSV(B) 353.11º 0.61% 0.78% -
XYZ 28.1 18.21 11.93 -
YUV 115.07 114.42 187.86 -
System Red Green Blue C M Y K H S L
Decimal 199 77 91 0 0.61 0.54 0.22 353.11 0.52 0.54
Hex C7 4D 5B 0 3D 36 16 161 34 36
Octal 307 115 133 0 75 66 26 541 64 66
Binary 11000111 1001101 1011011 0 111101 110110 10110 101100001 110100 110110

Color Harmonies of #C74D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74D5B

Black with #C74D5B

Text Example


Text Example

White with #C74D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74D5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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