Html Css Color HEX #CE4850 Mandy

📋 copy color: '#CE4850'

red 206 ◦ green 72 ◦ blue 80

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

Shades of Mandy #CE4850

Tints of Mandy #CE4850

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.11%

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

R = 57.54%
G = 20.11%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#CE4850 (or 0xCE4850) is known color: Mandy. HEX triplet: CE, 48 and 50. RGB value is (206,72,80). Sum of RGB (Red+Green+Blue) = 206+72+80=358 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.54% from 358); Green value is 72 (28.52% from 255 or 20.11% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4850 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4850 is #31B7AF. Grayscale: #717171. Windows color (decimal): -3258288 or 5261518. OLE color: 5261518.

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

Color convert

RGB 206 72 80 -
CMYK 0 0.65 0.61 0.19
HSL 356.42º 0.58% 0.55% -
HSV(B) 356.42º 0.65% 0.81% -
XYZ 29.22 18.34 9.59 -
YUV 112.98 109.39 194.35 -
System Red Green Blue C M Y K H S L
Decimal 206 72 80 0 0.65 0.61 0.19 356.42 0.58 0.55
Hex CE 48 50 0 41 3D 13 164 3A 37
Octal 316 110 120 0 101 75 23 544 72 67
Binary 11001110 1001000 1010000 0 1000001 111101 10011 101100100 111010 110111

Color Harmonies of #CE4850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4850

Black with #CE4850

Text Example


Text Example

White with #CE4850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4850; }

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

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

background-color css

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

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

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

border-color css

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

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

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