Html Css Color HEX #CE4649 Mandy

📋 copy color: '#CE4649'

red 206 ◦ green 70 ◦ blue 73

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

Shades of Mandy #CE4649

Tints of Mandy #CE4649

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.06%

 BLUE value IS 73 (28.91% from 255) = 20.92%

R = 59.03%
G = 20.06%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE4649 (or 0xCE4649) is known color: Mandy. HEX triplet: CE, 46 and 49. RGB value is (206,70,73). Sum of RGB (Red+Green+Blue) = 206+70+73=349 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.03% from 349); Green value is 70 (27.73% from 255 or 20.06% from 349); Blue value is 73 (28.91% from 255 or 20.92% from 349); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4649 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4649 is #31B9B6. Grayscale: #6F6F6F. Windows color (decimal): -3258807 or 4802254. OLE color: 4802254.

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

Color convert

RGB 206 70 73 -
CMYK 0 0.66 0.65 0.19
HSL 358.68º 0.58% 0.54% -
HSV(B) 358.68º 0.66% 0.81% -
XYZ 28.85 17.98 8.25 -
YUV 111.01 106.56 195.76 -
System Red Green Blue C M Y K H S L
Decimal 206 70 73 0 0.66 0.65 0.19 358.68 0.58 0.54
Hex CE 46 49 0 42 41 13 167 3A 36
Octal 316 106 111 0 102 101 23 547 72 66
Binary 11001110 1000110 1001001 0 1000010 1000001 10011 101100111 111010 110110

Color Harmonies of #CE4649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4649

Black with #CE4649

Text Example


Text Example

White with #CE4649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4649; }

 p { color: rgb(206,70,73); }

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

background-color css

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

 a { background-color: rgb(206,70,73); }

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

border-color css

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

 span { border-color: rgb(206,70,73); }

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