Html Css Color HEX #CE5054 Mandy

📋 copy color: '#CE5054'

red 206 ◦ green 80 ◦ blue 84

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

Shades of Mandy #CE5054

Tints of Mandy #CE5054

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.62%

 BLUE value IS 84 (33.2% from 255) = 22.7%

R = 55.68%
G = 21.62%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CE5054 (or 0xCE5054) is known color: Mandy. HEX triplet: CE, 50 and 54. RGB value is (206,80,84). Sum of RGB (Red+Green+Blue) = 206+80+84=370 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.68% from 370); Green value is 80 (31.64% from 255 or 21.62% from 370); Blue value is 84 (33.20% from 255 or 22.70% from 370); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5054 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5054 is #31AFAB. Grayscale: #767676. Windows color (decimal): -3256236 or 5525710. OLE color: 5525710.

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

Color convert

RGB 206 80 84 -
CMYK 0 0.61 0.59 0.19
HSL 358.1º 0.56% 0.56% -
HSV(B) 358.1º 0.61% 0.81% -
XYZ 29.92 19.5 10.57 -
YUV 118.13 108.74 190.67 -
System Red Green Blue C M Y K H S L
Decimal 206 80 84 0 0.61 0.59 0.19 358.1 0.56 0.56
Hex CE 50 54 0 3D 3B 13 166 38 38
Octal 316 120 124 0 75 73 23 546 70 70
Binary 11001110 1010000 1010100 0 111101 111011 10011 101100110 111000 111000

Color Harmonies of #CE5054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5054

Black with #CE5054

Text Example


Text Example

White with #CE5054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5054; }

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

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

background-color css

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

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

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

border-color css

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

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

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