Html Css Color HEX #CE485D Mandy

📋 copy color: '#CE485D'

red 206 ◦ green 72 ◦ blue 93

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

Shades of Mandy #CE485D

Tints of Mandy #CE485D

RGB

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

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

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

R = 55.53%
G = 19.41%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CE485D (or 0xCE485D) is known color: Mandy. HEX triplet: CE, 48 and 5D. RGB value is (206,72,93). Sum of RGB (Red+Green+Blue) = 206+72+93=371 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.53% from 371); Green value is 72 (28.52% from 255 or 19.41% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 206 - color contains mainly: red. Hex color #CE485D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE485D is #31B7A2. Grayscale: #727272. Windows color (decimal): -3258275 or 6113486. OLE color: 6113486.

HSL color Cylindrical-coordinate representation of color #CE485D: hue angle of 350.6º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CE485D is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 72 93 -
CMYK 0 0.65 0.55 0.19
HSL 350.6º 0.58% 0.55% -
HSV(B) 350.6º 0.65% 0.81% -
XYZ 29.75 18.55 12.37 -
YUV 114.46 115.89 193.29 -
System Red Green Blue C M Y K H S L
Decimal 206 72 93 0 0.65 0.55 0.19 350.6 0.58 0.55
Hex CE 48 5D 0 41 37 13 15F 3A 37
Octal 316 110 135 0 101 67 23 537 72 67
Binary 11001110 1001000 1011101 0 1000001 110111 10011 101011111 111010 110111

Color Harmonies of #CE485D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE485D

Black with #CE485D

Text Example


Text Example

White with #CE485D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE485D; }

 p { color: rgb(206,72,93); }

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

background-color css

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

 a { background-color: rgb(206,72,93); }

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

border-color css

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

 span { border-color: rgb(206,72,93); }

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