Html Css Color HEX #C8464D Mandy

📋 copy color: '#C8464D'

red 200 ◦ green 70 ◦ blue 77

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

Shades of Mandy #C8464D

Tints of Mandy #C8464D

RGB

 RED value IS 200 (78.52% from 255) = 57.64%

 GREEN value IS 70 (27.73% from 255) = 20.17%

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

R = 57.64%
G = 20.17%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C8464D (or 0xC8464D) is known color: Mandy. HEX triplet: C8, 46 and 4D. RGB value is (200,70,77). Sum of RGB (Red+Green+Blue) = 200+70+77=347 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.64% from 347); Green value is 70 (27.73% from 255 or 20.17% from 347); Blue value is 77 (30.47% from 255 or 22.19% from 347); Max value from RGB is 200 - color contains mainly: red. Hex color #C8464D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8464D is #37B9B2. Grayscale: #6D6D6D. Windows color (decimal): -3652019 or 5064392. OLE color: 5064392.

HSL color Cylindrical-coordinate representation of color #C8464D: hue angle of 356.77º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C8464D is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 70 77 -
CMYK 0 0.65 0.62 0.22
HSL 356.77º 0.54% 0.53% -
HSV(B) 356.77º 0.65% 0.78% -
XYZ 27.35 17.2 8.9 -
YUV 109.67 109.57 192.43 -
System Red Green Blue C M Y K H S L
Decimal 200 70 77 0 0.65 0.62 0.22 356.77 0.54 0.53
Hex C8 46 4D 0 41 3E 16 165 36 35
Octal 310 106 115 0 101 76 26 545 66 65
Binary 11001000 1000110 1001101 0 1000001 111110 10110 101100101 110110 110101

Color Harmonies of #C8464D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8464D

Black with #C8464D

Text Example


Text Example

White with #C8464D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8464D; }

 p { color: rgb(200,70,77); }

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

background-color css

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

 a { background-color: rgb(200,70,77); }

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

border-color css

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

 span { border-color: rgb(200,70,77); }

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