Html Css Color HEX #C74C5B Mandy

📋 copy color: '#C74C5B'

red 199 ◦ green 76 ◦ blue 91

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

Shades of Mandy #C74C5B

Tints of Mandy #C74C5B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.77%

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

R = 54.37%
G = 20.77%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C74C5B (or 0xC74C5B) is known color: Mandy. HEX triplet: C7, 4C and 5B. RGB value is (199,76,91). Sum of RGB (Red+Green+Blue) = 199+76+91=366 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.37% from 366); Green value is 76 (30.08% from 255 or 20.77% from 366); Blue value is 91 (35.94% from 255 or 24.86% from 366); Max value from RGB is 199 - color contains mainly: red. Hex color #C74C5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74C5B is #38B3A4. Grayscale: #727272. Windows color (decimal): -3716005 or 5983431. OLE color: 5983431.

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

Color convert

RGB 199 76 91 -
CMYK 0 0.62 0.54 0.22
HSL 352.68º 0.52% 0.54% -
HSV(B) 352.68º 0.62% 0.78% -
XYZ 28.03 18.07 11.91 -
YUV 114.49 114.75 188.28 -
System Red Green Blue C M Y K H S L
Decimal 199 76 91 0 0.62 0.54 0.22 352.68 0.52 0.54
Hex C7 4C 5B 0 3E 36 16 161 34 36
Octal 307 114 133 0 76 66 26 541 64 66
Binary 11000111 1001100 1011011 0 111110 110110 10110 101100001 110100 110110

Color Harmonies of #C74C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74C5B

Black with #C74C5B

Text Example


Text Example

White with #C74C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74C5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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