Html Css Color HEX #C6424C Mandy

📋 copy color: '#C6424C'

red 198 ◦ green 66 ◦ blue 76

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

Shades of Mandy #C6424C

Tints of Mandy #C6424C

RGB

 RED value IS 198 (77.73% from 255) = 58.24%

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

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

R = 58.24%
G = 19.41%
B = 22.35%

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

#C6424C (or 0xC6424C) is known color: Mandy. HEX triplet: C6, 42 and 4C. RGB value is (198,66,76). Sum of RGB (Red+Green+Blue) = 198+66+76=340 (45% of max value = 765). Red value is 198 (77.73% from 255 or 58.24% from 340); Green value is 66 (26.17% from 255 or 19.41% from 340); Blue value is 76 (30.08% from 255 or 22.35% from 340); Max value from RGB is 198 - color contains mainly: red. Hex color #C6424C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6424C is #39BDB3. Grayscale: #6A6A6A. Windows color (decimal): -3784116 or 4997830. OLE color: 4997830.

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

Color convert

RGB 198 66 76 -
CMYK 0 0.67 0.62 0.22
HSL 355.45º 0.54% 0.52% -
HSV(B) 355.45º 0.67% 0.78% -
XYZ 26.54 16.42 8.61 -
YUV 106.61 110.73 193.19 -
System Red Green Blue C M Y K H S L
Decimal 198 66 76 0 0.67 0.62 0.22 355.45 0.54 0.52
Hex C6 42 4C 0 43 3E 16 163 36 34
Octal 306 102 114 0 103 76 26 543 66 64
Binary 11000110 1000010 1001100 0 1000011 111110 10110 101100011 110110 110100

Color Harmonies of #C6424C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6424C

Black with #C6424C

Text Example


Text Example

White with #C6424C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6424C; }

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

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

background-color css

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

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

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

border-color css

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

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

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