Html Css Color HEX #C74B5A Mandy

📋 copy color: '#C74B5A'

red 199 ◦ green 75 ◦ blue 90

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

Shades of Mandy #C74B5A

Tints of Mandy #C74B5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.73%

R = 54.67%
G = 20.6%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C74B5A (or 0xC74B5A) is known color: Mandy. HEX triplet: C7, 4B and 5A. RGB value is (199,75,90). Sum of RGB (Red+Green+Blue) = 199+75+90=364 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.67% from 364); Green value is 75 (29.69% from 255 or 20.60% from 364); Blue value is 90 (35.55% from 255 or 24.73% from 364); Max value from RGB is 199 - color contains mainly: red. Hex color #C74B5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74B5A is #38B4A5. Grayscale: #717171. Windows color (decimal): -3716262 or 5917639. OLE color: 5917639.

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

Color convert

RGB 199 75 90 -
CMYK 0 0.62 0.55 0.22
HSL 352.74º 0.53% 0.54% -
HSV(B) 352.74º 0.62% 0.78% -
XYZ 27.91 17.91 11.66 -
YUV 113.79 114.58 188.78 -
System Red Green Blue C M Y K H S L
Decimal 199 75 90 0 0.62 0.55 0.22 352.74 0.53 0.54
Hex C7 4B 5A 0 3E 37 16 161 35 36
Octal 307 113 132 0 76 67 26 541 65 66
Binary 11000111 1001011 1011010 0 111110 110111 10110 101100001 110101 110110

Color Harmonies of #C74B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74B5A

Black with #C74B5A

Text Example


Text Example

White with #C74B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74B5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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