Html Css Color HEX #CE484F Mandy

📋 copy color: '#CE484F'

red 206 ◦ green 72 ◦ blue 79

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

Shades of Mandy #CE484F

Tints of Mandy #CE484F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.13%

R = 57.7%
G = 20.17%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#CE484F (or 0xCE484F) is known color: Mandy. HEX triplet: CE, 48 and 4F. RGB value is (206,72,79). Sum of RGB (Red+Green+Blue) = 206+72+79=357 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.70% from 357); Green value is 72 (28.52% from 255 or 20.17% from 357); Blue value is 79 (31.25% from 255 or 22.13% from 357); Max value from RGB is 206 - color contains mainly: red. Hex color #CE484F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE484F is #31B7B0. Grayscale: #707070. Windows color (decimal): -3258289 or 5195982. OLE color: 5195982.

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

Color convert

RGB 206 72 79 -
CMYK 0 0.65 0.62 0.19
HSL 356.87º 0.58% 0.55% -
HSV(B) 356.87º 0.65% 0.81% -
XYZ 29.18 18.32 9.4 -
YUV 112.86 108.89 194.43 -
System Red Green Blue C M Y K H S L
Decimal 206 72 79 0 0.65 0.62 0.19 356.87 0.58 0.55
Hex CE 48 4F 0 41 3E 13 165 3A 37
Octal 316 110 117 0 101 76 23 545 72 67
Binary 11001110 1001000 1001111 0 1000001 111110 10011 101100101 111010 110111

Color Harmonies of #CE484F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE484F

Black with #CE484F

Text Example


Text Example

White with #CE484F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE484F; }

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

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

background-color css

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

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

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

border-color css

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

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

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