Html Css Color HEX #C8474A Mandy

📋 copy color: '#C8474A'

red 200 ◦ green 71 ◦ blue 74

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

Shades of Mandy #C8474A

Tints of Mandy #C8474A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.58%

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

R = 57.97%
G = 20.58%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C8474A (or 0xC8474A) is known color: Mandy. HEX triplet: C8, 47 and 4A. RGB value is (200,71,74). Sum of RGB (Red+Green+Blue) = 200+71+74=345 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.97% from 345); Green value is 71 (28.12% from 255 or 20.58% from 345); Blue value is 74 (29.30% from 255 or 21.45% from 345); Max value from RGB is 200 - color contains mainly: red. Hex color #C8474A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8474A is #37B8B5. Grayscale: #6E6E6E. Windows color (decimal): -3651766 or 4868040. OLE color: 4868040.

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

Color convert

RGB 200 71 74 -
CMYK 0 0.64 0.63 0.22
HSL 358.6º 0.54% 0.53% -
HSV(B) 358.6º 0.65% 0.78% -
XYZ 27.31 17.28 8.37 -
YUV 109.91 107.74 192.26 -
System Red Green Blue C M Y K H S L
Decimal 200 71 74 0 0.64 0.63 0.22 358.6 0.54 0.53
Hex C8 47 4A 0 40 3F 16 167 36 35
Octal 310 107 112 0 100 77 26 547 66 65
Binary 11001000 1000111 1001010 0 1000000 111111 10110 101100111 110110 110101

Color Harmonies of #C8474A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8474A

Black with #C8474A

Text Example


Text Example

White with #C8474A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8474A; }

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

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

background-color css

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

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

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

border-color css

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

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

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