Html Css Color HEX #C8484F Mandy

📋 copy color: '#C8484F'

red 200 ◦ green 72 ◦ blue 79

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

Shades of Mandy #C8484F

Tints of Mandy #C8484F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.51%

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

R = 56.98%
G = 20.51%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C8484F (or 0xC8484F) is known color: Mandy. HEX triplet: C8, 48 and 4F. RGB value is (200,72,79). Sum of RGB (Red+Green+Blue) = 200+72+79=351 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.98% from 351); Green value is 72 (28.52% from 255 or 20.51% from 351); Blue value is 79 (31.25% from 255 or 22.51% from 351); Max value from RGB is 200 - color contains mainly: red. Hex color #C8484F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8484F is #37B7B0. Grayscale: #6F6F6F. Windows color (decimal): -3651505 or 5195976. OLE color: 5195976.

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

Color convert

RGB 200 72 79 -
CMYK 0 0.64 0.60 0.22
HSL 356.72º 0.54% 0.53% -
HSV(B) 356.72º 0.64% 0.78% -
XYZ 27.55 17.48 9.32 -
YUV 111.07 109.91 191.43 -
System Red Green Blue C M Y K H S L
Decimal 200 72 79 0 0.64 0.60 0.22 356.72 0.54 0.53
Hex C8 48 4F 0 40 3C 16 165 36 35
Octal 310 110 117 0 100 74 26 545 66 65
Binary 11001000 1001000 1001111 0 1000000 111100 10110 101100101 110110 110101

Color Harmonies of #C8484F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8484F

Black with #C8484F

Text Example


Text Example

White with #C8484F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8484F; }

 p { color: rgb(200,72,79); }

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

background-color css

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

 a { background-color: rgb(200,72,79); }

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

border-color css

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

 span { border-color: rgb(200,72,79); }

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