Html Css Color HEX #C8464A Mandy

📋 copy color: '#C8464A'

red 200 ◦ green 70 ◦ blue 74

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

Shades of Mandy #C8464A

Tints of Mandy #C8464A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.51%

R = 58.14%
G = 20.35%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C8464A (or 0xC8464A) is known color: Mandy. HEX triplet: C8, 46 and 4A. RGB value is (200,70,74). Sum of RGB (Red+Green+Blue) = 200+70+74=344 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.14% from 344); Green value is 70 (27.73% from 255 or 20.35% from 344); Blue value is 74 (29.30% from 255 or 21.51% from 344); Max value from RGB is 200 - color contains mainly: red. Hex color #C8464A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8464A is #37B9B5. Grayscale: #6D6D6D. Windows color (decimal): -3652022 or 4867784. OLE color: 4867784.

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

Color convert

RGB 200 70 74 -
CMYK 0 0.65 0.63 0.22
HSL 358.15º 0.54% 0.53% -
HSV(B) 358.15º 0.65% 0.78% -
XYZ 27.25 17.15 8.35 -
YUV 109.33 108.07 192.67 -
System Red Green Blue C M Y K H S L
Decimal 200 70 74 0 0.65 0.63 0.22 358.15 0.54 0.53
Hex C8 46 4A 0 41 3F 16 166 36 35
Octal 310 106 112 0 101 77 26 546 66 65
Binary 11001000 1000110 1001010 0 1000001 111111 10110 101100110 110110 110101

Color Harmonies of #C8464A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8464A

Black with #C8464A

Text Example


Text Example

White with #C8464A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8464A; }

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

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

background-color css

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

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

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

border-color css

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

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

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