Html Css Color HEX #C74055 Mandy

📋 copy color: '#C74055'

red 199 ◦ green 64 ◦ blue 85

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

Shades of Mandy #C74055

Tints of Mandy #C74055

RGB

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

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

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

R = 57.18%
G = 18.39%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C74055 (or 0xC74055) is known color: Mandy. HEX triplet: C7, 40 and 55. RGB value is (199,64,85). Sum of RGB (Red+Green+Blue) = 199+64+85=348 (46% of max value = 765). Red value is 199 (78.12% from 255 or 57.18% from 348); Green value is 64 (25.39% from 255 or 18.39% from 348); Blue value is 85 (33.59% from 255 or 24.43% from 348); Max value from RGB is 199 - color contains mainly: red. Hex color #C74055 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74055 is #38BFAA. Grayscale: #6A6A6A. Windows color (decimal): -3719083 or 5587143. OLE color: 5587143.

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

Color convert

RGB 199 64 85 -
CMYK 0 0.68 0.57 0.22
HSL 350.67º 0.55% 0.52% -
HSV(B) 350.67º 0.68% 0.78% -
XYZ 27.03 16.46 10.35 -
YUV 106.76 115.73 193.79 -
System Red Green Blue C M Y K H S L
Decimal 199 64 85 0 0.68 0.57 0.22 350.67 0.55 0.52
Hex C7 40 55 0 44 39 16 15F 37 34
Octal 307 100 125 0 104 71 26 537 67 64
Binary 11000111 1000000 1010101 0 1000100 111001 10110 101011111 110111 110100

Color Harmonies of #C74055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74055

Black with #C74055

Text Example


Text Example

White with #C74055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74055; }

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

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

background-color css

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

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

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

border-color css

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

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

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