Html Css Color HEX #CE4548 Mandy

📋 copy color: '#CE4548'

red 206 ◦ green 69 ◦ blue 72

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

Shades of Mandy #CE4548

Tints of Mandy #CE4548

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.88%

 BLUE value IS 72 (28.52% from 255) = 20.75%

R = 59.37%
G = 19.88%
B = 20.75%

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

#CE4548 (or 0xCE4548) is known color: Mandy. HEX triplet: CE, 45 and 48. RGB value is (206,69,72). Sum of RGB (Red+Green+Blue) = 206+69+72=347 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.37% from 347); Green value is 69 (27.34% from 255 or 19.88% from 347); Blue value is 72 (28.52% from 255 or 20.75% from 347); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4548 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4548 is #31BAB7. Grayscale: #6E6E6E. Windows color (decimal): -3259064 or 4736462. OLE color: 4736462.

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

Color convert

RGB 206 69 72 -
CMYK 0 0.67 0.65 0.19
HSL 358.69º 0.58% 0.54% -
HSV(B) 358.69º 0.67% 0.81% -
XYZ 28.75 17.85 8.06 -
YUV 110.31 106.39 196.26 -
System Red Green Blue C M Y K H S L
Decimal 206 69 72 0 0.67 0.65 0.19 358.69 0.58 0.54
Hex CE 45 48 0 43 41 13 167 3A 36
Octal 316 105 110 0 103 101 23 547 72 66
Binary 11001110 1000101 1001000 0 1000011 1000001 10011 101100111 111010 110110

Color Harmonies of #CE4548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4548

Black with #CE4548

Text Example


Text Example

White with #CE4548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4548; }

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

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

background-color css

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

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

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

border-color css

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

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

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