Html Css Color HEX #C6424F Mandy

📋 copy color: '#C6424F'

red 198 ◦ green 66 ◦ blue 79

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

Shades of Mandy #C6424F

Tints of Mandy #C6424F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 23.03%

R = 57.73%
G = 19.24%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C6424F (or 0xC6424F) is known color: Mandy. HEX triplet: C6, 42 and 4F. RGB value is (198,66,79). Sum of RGB (Red+Green+Blue) = 198+66+79=343 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.73% from 343); Green value is 66 (26.17% from 255 or 19.24% from 343); Blue value is 79 (31.25% from 255 or 23.03% from 343); Max value from RGB is 198 - color contains mainly: red. Hex color #C6424F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6424F is #39BDB0. Grayscale: #6B6B6B. Windows color (decimal): -3784113 or 5194438. OLE color: 5194438.

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

Color convert

RGB 198 66 79 -
CMYK 0 0.67 0.60 0.22
HSL 354.09º 0.54% 0.52% -
HSV(B) 354.09º 0.67% 0.78% -
XYZ 26.65 16.47 9.17 -
YUV 106.95 112.23 192.94 -
System Red Green Blue C M Y K H S L
Decimal 198 66 79 0 0.67 0.60 0.22 354.09 0.54 0.52
Hex C6 42 4F 0 43 3C 16 162 36 34
Octal 306 102 117 0 103 74 26 542 66 64
Binary 11000110 1000010 1001111 0 1000011 111100 10110 101100010 110110 110100

Color Harmonies of #C6424F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6424F

Black with #C6424F

Text Example


Text Example

White with #C6424F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6424F; }

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

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

background-color css

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

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

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

border-color css

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

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

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