Html Css Color HEX #C8535D Mandy

📋 copy color: '#C8535D'

red 200 ◦ green 83 ◦ blue 93

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

Shades of Mandy #C8535D

Tints of Mandy #C8535D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.07%

 BLUE value IS 93 (36.72% from 255) = 24.73%

R = 53.19%
G = 22.07%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C8535D (or 0xC8535D) is known color: Mandy. HEX triplet: C8, 53 and 5D. RGB value is (200,83,93). Sum of RGB (Red+Green+Blue) = 200+83+93=376 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.19% from 376); Green value is 83 (32.81% from 255 or 22.07% from 376); Blue value is 93 (36.72% from 255 or 24.73% from 376); Max value from RGB is 200 - color contains mainly: red. Hex color #C8535D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8535D is #37ACA2. Grayscale: #777777. Windows color (decimal): -3648675 or 6116296. OLE color: 6116296.

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

Color convert

RGB 200 83 93 -
CMYK 0 0.58 0.54 0.22
HSL 354.87º 0.52% 0.55% -
HSV(B) 354.87º 0.59% 0.78% -
XYZ 28.89 19.26 12.55 -
YUV 119.12 113.26 185.69 -
System Red Green Blue C M Y K H S L
Decimal 200 83 93 0 0.58 0.54 0.22 354.87 0.52 0.55
Hex C8 53 5D 0 3A 36 16 163 34 37
Octal 310 123 135 0 72 66 26 543 64 67
Binary 11001000 1010011 1011101 0 111010 110110 10110 101100011 110100 110111

Color Harmonies of #C8535D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8535D

Black with #C8535D

Text Example


Text Example

White with #C8535D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8535D; }

 p { color: rgb(200,83,93); }

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

background-color css

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

 a { background-color: rgb(200,83,93); }

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

border-color css

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

 span { border-color: rgb(200,83,93); }

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