Html Css Color HEX #C8535F Mandy

📋 copy color: '#C8535F'

red 200 ◦ green 83 ◦ blue 95

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

Shades of Mandy #C8535F

Tints of Mandy #C8535F

RGB

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

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

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

R = 52.91%
G = 21.96%
B = 25.13%

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

#C8535F (or 0xC8535F) is known color: Mandy. HEX triplet: C8, 53 and 5F. RGB value is (200,83,95). Sum of RGB (Red+Green+Blue) = 200+83+95=378 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.91% from 378); Green value is 83 (32.81% from 255 or 21.96% from 378); Blue value is 95 (37.5% from 255 or 25.13% from 378); Max value from RGB is 200 - color contains mainly: red. Hex color #C8535F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8535F is #37ACA0. Grayscale: #777777. Windows color (decimal): -3648673 or 6247368. OLE color: 6247368.

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

Color convert

RGB 200 83 95 -
CMYK 0 0.58 0.52 0.22
HSL 353.85º 0.52% 0.55% -
HSV(B) 353.85º 0.59% 0.78% -
XYZ 28.98 19.29 13.02 -
YUV 119.35 114.26 185.52 -
System Red Green Blue C M Y K H S L
Decimal 200 83 95 0 0.58 0.52 0.22 353.85 0.52 0.55
Hex C8 53 5F 0 3A 34 16 162 34 37
Octal 310 123 137 0 72 64 26 542 64 67
Binary 11001000 1010011 1011111 0 111010 110100 10110 101100010 110100 110111

Color Harmonies of #C8535F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8535F

Black with #C8535F

Text Example


Text Example

White with #C8535F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8535F; }

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

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

background-color css

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

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

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

border-color css

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

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

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