Html Css Color HEX #C74855 Mandy

📋 copy color: '#C74855'

red 199 ◦ green 72 ◦ blue 85

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

Shades of Mandy #C74855

Tints of Mandy #C74855

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.22%

 BLUE value IS 85 (33.59% from 255) = 23.88%

R = 55.9%
G = 20.22%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C74855 (or 0xC74855) is known color: Mandy. HEX triplet: C7, 48 and 55. RGB value is (199,72,85). Sum of RGB (Red+Green+Blue) = 199+72+85=356 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.90% from 356); Green value is 72 (28.52% from 255 or 20.22% from 356); Blue value is 85 (33.59% from 255 or 23.88% from 356); Max value from RGB is 199 - color contains mainly: red. Hex color #C74855 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74855 is #38B7AA. Grayscale: #6F6F6F. Windows color (decimal): -3717035 or 5589191. OLE color: 5589191.

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

Color convert

RGB 199 72 85 -
CMYK 0 0.64 0.57 0.22
HSL 353.86º 0.53% 0.53% -
HSV(B) 353.86º 0.64% 0.78% -
XYZ 27.51 17.43 10.51 -
YUV 111.46 113.08 190.44 -
System Red Green Blue C M Y K H S L
Decimal 199 72 85 0 0.64 0.57 0.22 353.86 0.53 0.53
Hex C7 48 55 0 40 39 16 162 35 35
Octal 307 110 125 0 100 71 26 542 65 65
Binary 11000111 1001000 1010101 0 1000000 111001 10110 101100010 110101 110101

Color Harmonies of #C74855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74855

Black with #C74855

Text Example


Text Example

White with #C74855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74855; }

 p { color: rgb(199,72,85); }

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

background-color css

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

 a { background-color: rgb(199,72,85); }

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

border-color css

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

 span { border-color: rgb(199,72,85); }

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