Html Css Color HEX #C64250 Mandy

📋 copy color: '#C64250'

red 198 ◦ green 66 ◦ blue 80

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

Shades of Mandy #C64250

Tints of Mandy #C64250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 23.26%

R = 57.56%
G = 19.19%
B = 23.26%

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

#C64250 (or 0xC64250) is known color: Mandy. HEX triplet: C6, 42 and 50. RGB value is (198,66,80). Sum of RGB (Red+Green+Blue) = 198+66+80=344 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.56% from 344); Green value is 66 (26.17% from 255 or 19.19% from 344); Blue value is 80 (31.64% from 255 or 23.26% from 344); Max value from RGB is 198 - color contains mainly: red. Hex color #C64250 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64250 is #39BDAF. Grayscale: #6B6B6B. Windows color (decimal): -3784112 or 5259974. OLE color: 5259974.

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

Color convert

RGB 198 66 80 -
CMYK 0 0.67 0.60 0.22
HSL 353.64º 0.54% 0.52% -
HSV(B) 353.64º 0.67% 0.78% -
XYZ 26.68 16.48 9.36 -
YUV 107.06 112.73 192.86 -
System Red Green Blue C M Y K H S L
Decimal 198 66 80 0 0.67 0.60 0.22 353.64 0.54 0.52
Hex C6 42 50 0 43 3C 16 162 36 34
Octal 306 102 120 0 103 74 26 542 66 64
Binary 11000110 1000010 1010000 0 1000011 111100 10110 101100010 110110 110100

Color Harmonies of #C64250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64250

Black with #C64250

Text Example


Text Example

White with #C64250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64250; }

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

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

background-color css

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

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

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

border-color css

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

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

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