Html Css Color HEX #C7425D Mandy

📋 copy color: '#C7425D'

red 199 ◦ green 66 ◦ blue 93

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

Shades of Mandy #C7425D

Tints of Mandy #C7425D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.44%

 BLUE value IS 93 (36.72% from 255) = 25.98%

R = 55.59%
G = 18.44%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C7425D (or 0xC7425D) is known color: Mandy. HEX triplet: C7, 42 and 5D. RGB value is (199,66,93). Sum of RGB (Red+Green+Blue) = 199+66+93=358 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.59% from 358); Green value is 66 (26.17% from 255 or 18.44% from 358); Blue value is 93 (36.72% from 255 or 25.98% from 358); Max value from RGB is 199 - color contains mainly: red. Hex color #C7425D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7425D is #38BDA2. Grayscale: #6C6C6C. Windows color (decimal): -3718563 or 6111943. OLE color: 6111943.

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

Color convert

RGB 199 66 93 -
CMYK 0 0.67 0.53 0.22
HSL 347.82º 0.54% 0.52% -
HSV(B) 347.82º 0.67% 0.78% -
XYZ 27.48 16.83 12.16 -
YUV 108.85 119.06 192.3 -
System Red Green Blue C M Y K H S L
Decimal 199 66 93 0 0.67 0.53 0.22 347.82 0.54 0.52
Hex C7 42 5D 0 43 35 16 15C 36 34
Octal 307 102 135 0 103 65 26 534 66 64
Binary 11000111 1000010 1011101 0 1000011 110101 10110 101011100 110110 110100

Color Harmonies of #C7425D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7425D

Black with #C7425D

Text Example


Text Example

White with #C7425D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7425D; }

 p { color: rgb(199,66,93); }

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

background-color css

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

 a { background-color: rgb(199,66,93); }

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

border-color css

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

 span { border-color: rgb(199,66,93); }

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