Html Css Color HEX #CE4648 Mandy

📋 copy color: '#CE4648'

red 206 ◦ green 70 ◦ blue 72

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

Shades of Mandy #CE4648

Tints of Mandy #CE4648

RGB

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

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

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

R = 59.2%
G = 20.11%
B = 20.69%

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

#CE4648 (or 0xCE4648) is known color: Mandy. HEX triplet: CE, 46 and 48. RGB value is (206,70,72). Sum of RGB (Red+Green+Blue) = 206+70+72=348 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.20% from 348); Green value is 70 (27.73% from 255 or 20.11% from 348); Blue value is 72 (28.52% from 255 or 20.69% from 348); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4648 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4648 is #31B9B7. Grayscale: #6F6F6F. Windows color (decimal): -3258808 or 4736718. OLE color: 4736718.

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

Color convert

RGB 206 70 72 -
CMYK 0 0.66 0.65 0.19
HSL 359.12º 0.58% 0.54% -
HSV(B) 359.12º 0.66% 0.81% -
XYZ 28.81 17.97 8.08 -
YUV 110.89 106.06 195.84 -
System Red Green Blue C M Y K H S L
Decimal 206 70 72 0 0.66 0.65 0.19 359.12 0.58 0.54
Hex CE 46 48 0 42 41 13 167 3A 36
Octal 316 106 110 0 102 101 23 547 72 66
Binary 11001110 1000110 1001000 0 1000010 1000001 10011 101100111 111010 110110

Color Harmonies of #CE4648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4648

Black with #CE4648

Text Example


Text Example

White with #CE4648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4648; }

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

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

background-color css

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

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

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

border-color css

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

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

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