Html Css Color HEX #C7424C Mandy

📋 copy color: '#C7424C'

red 199 ◦ green 66 ◦ blue 76

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

Shades of Mandy #C7424C

Tints of Mandy #C7424C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.29%

R = 58.36%
G = 19.35%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C7424C (or 0xC7424C) is known color: Mandy. HEX triplet: C7, 42 and 4C. RGB value is (199,66,76). Sum of RGB (Red+Green+Blue) = 199+66+76=341 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.36% from 341); Green value is 66 (26.17% from 255 or 19.35% from 341); Blue value is 76 (30.08% from 255 or 22.29% from 341); Max value from RGB is 199 - color contains mainly: red. Hex color #C7424C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7424C is #38BDB3. Grayscale: #6A6A6A. Windows color (decimal): -3718580 or 4997831. OLE color: 4997831.

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

Color convert

RGB 199 66 76 -
CMYK 0 0.67 0.62 0.22
HSL 355.49º 0.54% 0.52% -
HSV(B) 355.49º 0.67% 0.78% -
XYZ 26.81 16.56 8.62 -
YUV 106.91 110.56 193.69 -
System Red Green Blue C M Y K H S L
Decimal 199 66 76 0 0.67 0.62 0.22 355.49 0.54 0.52
Hex C7 42 4C 0 43 3E 16 163 36 34
Octal 307 102 114 0 103 76 26 543 66 64
Binary 11000111 1000010 1001100 0 1000011 111110 10110 101100011 110110 110100

Color Harmonies of #C7424C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7424C

Black with #C7424C

Text Example


Text Example

White with #C7424C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7424C; }

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

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

background-color css

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

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

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

border-color css

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

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

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