Html Css Color HEX #CE485F Mandy

📋 copy color: '#CE485F'

red 206 ◦ green 72 ◦ blue 95

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

Shades of Mandy #CE485F

Tints of Mandy #CE485F

RGB

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

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

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

R = 55.23%
G = 19.3%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CE485F (or 0xCE485F) is known color: Mandy. HEX triplet: CE, 48 and 5F. RGB value is (206,72,95). Sum of RGB (Red+Green+Blue) = 206+72+95=373 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.23% from 373); Green value is 72 (28.52% from 255 or 19.30% from 373); Blue value is 95 (37.5% from 255 or 25.47% from 373); Max value from RGB is 206 - color contains mainly: red. Hex color #CE485F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE485F is #31B7A0. Grayscale: #727272. Windows color (decimal): -3258273 or 6244558. OLE color: 6244558.

HSL color Cylindrical-coordinate representation of color #CE485F: hue angle of 349.7º 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 #CE485F is Cyan = 0, Magento = 0.65, Yellow = 0.54 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 72 95 -
CMYK 0 0.65 0.54 0.19
HSL 349.7º 0.58% 0.55% -
HSV(B) 349.7º 0.65% 0.81% -
XYZ 29.84 18.58 12.84 -
YUV 114.69 116.89 193.13 -
System Red Green Blue C M Y K H S L
Decimal 206 72 95 0 0.65 0.54 0.19 349.7 0.58 0.55
Hex CE 48 5F 0 41 36 13 15E 3A 37
Octal 316 110 137 0 101 66 23 536 72 67
Binary 11001110 1001000 1011111 0 1000001 110110 10011 101011110 111010 110111

Color Harmonies of #CE485F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE485F

Black with #CE485F

Text Example


Text Example

White with #CE485F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE485F; }

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

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

background-color css

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

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

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

border-color css

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

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

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