Html Css Color HEX #CE4650 Mandy

📋 copy color: '#CE4650'

red 206 ◦ green 70 ◦ blue 80

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

Shades of Mandy #CE4650

Tints of Mandy #CE4650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 22.47%

R = 57.87%
G = 19.66%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#CE4650 (or 0xCE4650) is known color: Mandy. HEX triplet: CE, 46 and 50. RGB value is (206,70,80). Sum of RGB (Red+Green+Blue) = 206+70+80=356 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.87% from 356); Green value is 70 (27.73% from 255 or 19.66% from 356); Blue value is 80 (31.64% from 255 or 22.47% from 356); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4650 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4650 is #31B9AF. Grayscale: #6F6F6F. Windows color (decimal): -3258800 or 5261006. OLE color: 5261006.

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

Color convert

RGB 206 70 80 -
CMYK 0 0.66 0.61 0.19
HSL 355.59º 0.58% 0.54% -
HSV(B) 355.59º 0.66% 0.81% -
XYZ 29.09 18.08 9.55 -
YUV 111.8 110.06 195.19 -
System Red Green Blue C M Y K H S L
Decimal 206 70 80 0 0.66 0.61 0.19 355.59 0.58 0.54
Hex CE 46 50 0 42 3D 13 164 3A 36
Octal 316 106 120 0 102 75 23 544 72 66
Binary 11001110 1000110 1010000 0 1000010 111101 10011 101100100 111010 110110

Color Harmonies of #CE4650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4650

Black with #CE4650

Text Example


Text Example

White with #CE4650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4650; }

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

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

background-color css

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

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

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

border-color css

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

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

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