Html Css Color HEX #C6424D Mandy

📋 copy color: '#C6424D'

red 198 ◦ green 66 ◦ blue 77

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

Shades of Mandy #C6424D

Tints of Mandy #C6424D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22.58%

R = 58.06%
G = 19.35%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.61

 K value IS 0.22

RGB Variations

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

Color information

#C6424D (or 0xC6424D) is known color: Mandy. HEX triplet: C6, 42 and 4D. RGB value is (198,66,77). Sum of RGB (Red+Green+Blue) = 198+66+77=341 (45% of max value = 765). Red value is 198 (77.73% from 255 or 58.06% from 341); Green value is 66 (26.17% from 255 or 19.35% from 341); Blue value is 77 (30.47% from 255 or 22.58% from 341); Max value from RGB is 198 - color contains mainly: red. Hex color #C6424D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6424D is #39BDB2. Grayscale: #6A6A6A. Windows color (decimal): -3784115 or 5063366. OLE color: 5063366.

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

Color convert

RGB 198 66 77 -
CMYK 0 0.67 0.61 0.22
HSL 355º 0.54% 0.52% -
HSV(B) 355º 0.67% 0.78% -
XYZ 26.58 16.44 8.79 -
YUV 106.72 111.23 193.11 -
System Red Green Blue C M Y K H S L
Decimal 198 66 77 0 0.67 0.61 0.22 355 0.54 0.52
Hex C6 42 4D 0 43 3D 16 163 36 34
Octal 306 102 115 0 103 75 26 543 66 64
Binary 11000110 1000010 1001101 0 1000011 111101 10110 101100011 110110 110100

Color Harmonies of #C6424D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6424D

Black with #C6424D

Text Example


Text Example

White with #C6424D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6424D; }

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

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

background-color css

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

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

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

border-color css

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

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

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