Html Css Color HEX #C74158 Mandy

📋 copy color: '#C74158'

red 199 ◦ green 65 ◦ blue 88

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

Shades of Mandy #C74158

Tints of Mandy #C74158

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.47%

 BLUE value IS 88 (34.77% from 255) = 25%

R = 56.53%
G = 18.47%
B = 25%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C74158 (or 0xC74158) is known color: Mandy. HEX triplet: C7, 41 and 58. RGB value is (199,65,88). Sum of RGB (Red+Green+Blue) = 199+65+88=352 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.53% from 352); Green value is 65 (25.78% from 255 or 18.47% from 352); Blue value is 88 (34.77% from 255 or 25% from 352); Max value from RGB is 199 - color contains mainly: red. Hex color #C74158 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74158 is #38BEA7. Grayscale: #6B6B6B. Windows color (decimal): -3718824 or 5784007. OLE color: 5784007.

HSL color Cylindrical-coordinate representation of color #C74158: hue angle of 349.7º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C74158 is Cyan = 0, Magento = 0.67, Yellow = 0.56 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 65 88 -
CMYK 0 0.67 0.56 0.22
HSL 349.7º 0.54% 0.52% -
HSV(B) 349.7º 0.67% 0.78% -
XYZ 27.2 16.63 11.01 -
YUV 107.69 116.89 193.13 -
System Red Green Blue C M Y K H S L
Decimal 199 65 88 0 0.67 0.56 0.22 349.7 0.54 0.52
Hex C7 41 58 0 43 38 16 15E 36 34
Octal 307 101 130 0 103 70 26 536 66 64
Binary 11000111 1000001 1011000 0 1000011 111000 10110 101011110 110110 110100

Color Harmonies of #C74158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74158

Black with #C74158

Text Example


Text Example

White with #C74158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74158; }

 p { color: rgb(199,65,88); }

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

background-color css

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

 a { background-color: rgb(199,65,88); }

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

border-color css

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

 span { border-color: rgb(199,65,88); }

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