Html Css Color HEX #C8545F Mandy

📋 copy color: '#C8545F'

red 200 ◦ green 84 ◦ blue 95

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

Shades of Mandy #C8545F

Tints of Mandy #C8545F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.16%

 BLUE value IS 95 (37.5% from 255) = 25.07%

R = 52.77%
G = 22.16%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C8545F (or 0xC8545F) is known color: Mandy. HEX triplet: C8, 54 and 5F. RGB value is (200,84,95). Sum of RGB (Red+Green+Blue) = 200+84+95=379 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.77% from 379); Green value is 84 (33.20% from 255 or 22.16% from 379); Blue value is 95 (37.5% from 255 or 25.07% from 379); Max value from RGB is 200 - color contains mainly: red. Hex color #C8545F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8545F is #37ABA0. Grayscale: #787878. Windows color (decimal): -3648417 or 6247624. OLE color: 6247624.

HSL color Cylindrical-coordinate representation of color #C8545F: hue angle of 354.31º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C8545F is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 84 95 -
CMYK 0 0.58 0.52 0.22
HSL 354.31º 0.51% 0.56% -
HSV(B) 354.31º 0.58% 0.78% -
XYZ 29.06 19.45 13.05 -
YUV 119.94 113.93 185.11 -
System Red Green Blue C M Y K H S L
Decimal 200 84 95 0 0.58 0.52 0.22 354.31 0.51 0.56
Hex C8 54 5F 0 3A 34 16 162 33 38
Octal 310 124 137 0 72 64 26 542 63 70
Binary 11001000 1010100 1011111 0 111010 110100 10110 101100010 110011 111000

Color Harmonies of #C8545F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8545F

Black with #C8545F

Text Example


Text Example

White with #C8545F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8545F; }

 p { color: rgb(200,84,95); }

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

background-color css

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

 a { background-color: rgb(200,84,95); }

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

border-color css

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

 span { border-color: rgb(200,84,95); }

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