Html Css Color HEX #CE535F Mandy

📋 copy color: '#CE535F'

red 206 ◦ green 83 ◦ blue 95

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

Shades of Mandy #CE535F

Tints of Mandy #CE535F

RGB

 RED value IS 206 (80.86% from 255) = 53.65%

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

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

R = 53.65%
G = 21.61%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CE535F (or 0xCE535F) is known color: Mandy. HEX triplet: CE, 53 and 5F. RGB value is (206,83,95). Sum of RGB (Red+Green+Blue) = 206+83+95=384 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.65% from 384); Green value is 83 (32.81% from 255 or 21.61% from 384); Blue value is 95 (37.5% from 255 or 24.74% from 384); Max value from RGB is 206 - color contains mainly: red. Hex color #CE535F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE535F is #31ACA0. Grayscale: #797979. Windows color (decimal): -3255457 or 6247374. OLE color: 6247374.

HSL color Cylindrical-coordinate representation of color #CE535F: hue angle of 354.15º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE535F is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 83 95 -
CMYK 0 0.60 0.54 0.19
HSL 354.15º 0.56% 0.57% -
HSV(B) 354.15º 0.6% 0.81% -
XYZ 30.61 20.13 13.1 -
YUV 121.15 113.25 188.52 -
System Red Green Blue C M Y K H S L
Decimal 206 83 95 0 0.60 0.54 0.19 354.15 0.56 0.57
Hex CE 53 5F 0 3C 36 13 162 38 39
Octal 316 123 137 0 74 66 23 542 70 71
Binary 11001110 1010011 1011111 0 111100 110110 10011 101100010 111000 111001

Color Harmonies of #CE535F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE535F

Black with #CE535F

Text Example


Text Example

White with #CE535F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE535F; }

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

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

background-color css

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

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

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

border-color css

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

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

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