Html Css Color HEX #CE4E5F Mandy

📋 copy color: '#CE4E5F'

red 206 ◦ green 78 ◦ blue 95

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

Shades of Mandy #CE4E5F

Tints of Mandy #CE4E5F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.58%

 BLUE value IS 95 (37.5% from 255) = 25.07%

R = 54.35%
G = 20.58%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CE4E5F (or 0xCE4E5F) is known color: Mandy. HEX triplet: CE, 4E and 5F. RGB value is (206,78,95). Sum of RGB (Red+Green+Blue) = 206+78+95=379 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.35% from 379); Green value is 78 (30.86% from 255 or 20.58% from 379); Blue value is 95 (37.5% from 255 or 25.07% from 379); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4E5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE4E5F is #31B1A0. Grayscale: #767676. Windows color (decimal): -3256737 or 6246094. OLE color: 6246094.

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

Color convert

RGB 206 78 95 -
CMYK 0 0.62 0.54 0.19
HSL 352.03º 0.57% 0.56% -
HSV(B) 352.03º 0.62% 0.81% -
XYZ 30.24 19.4 12.98 -
YUV 118.21 114.91 190.62 -
System Red Green Blue C M Y K H S L
Decimal 206 78 95 0 0.62 0.54 0.19 352.03 0.57 0.56
Hex CE 4E 5F 0 3E 36 13 160 39 38
Octal 316 116 137 0 76 66 23 540 71 70
Binary 11001110 1001110 1011111 0 111110 110110 10011 101100000 111001 111000

Color Harmonies of #CE4E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4E5F

Black with #CE4E5F

Text Example


Text Example

White with #CE4E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4E5F; }

 p { color: rgb(206,78,95); }

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

background-color css

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

 a { background-color: rgb(206,78,95); }

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

border-color css

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

 span { border-color: rgb(206,78,95); }

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