Html Css Color HEX #CE4349 Mandy

📋 copy color: '#CE4349'

red 206 ◦ green 67 ◦ blue 73

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

Shades of Mandy #CE4349

Tints of Mandy #CE4349

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.36%

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

R = 59.54%
G = 19.36%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE4349 (or 0xCE4349) is known color: Mandy. HEX triplet: CE, 43 and 49. RGB value is (206,67,73). Sum of RGB (Red+Green+Blue) = 206+67+73=346 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.54% from 346); Green value is 67 (26.56% from 255 or 19.36% from 346); Blue value is 73 (28.91% from 255 or 21.10% from 346); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4349 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4349 is #31BCB6. Grayscale: #6D6D6D. Windows color (decimal): -3259575 or 4801486. OLE color: 4801486.

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

Color convert

RGB 206 67 73 -
CMYK 0 0.67 0.65 0.19
HSL 357.41º 0.59% 0.54% -
HSV(B) 357.41º 0.67% 0.81% -
XYZ 28.66 17.62 8.19 -
YUV 109.25 107.55 197.01 -
System Red Green Blue C M Y K H S L
Decimal 206 67 73 0 0.67 0.65 0.19 357.41 0.59 0.54
Hex CE 43 49 0 43 41 13 165 3B 36
Octal 316 103 111 0 103 101 23 545 73 66
Binary 11001110 1000011 1001001 0 1000011 1000001 10011 101100101 111011 110110

Color Harmonies of #CE4349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4349

Black with #CE4349

Text Example


Text Example

White with #CE4349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4349; }

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

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

background-color css

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

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

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

border-color css

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

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

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