Html Css Color HEX #CE4F60 Mandy

📋 copy color: '#CE4F60'

red 206 ◦ green 79 ◦ blue 96

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

Shades of Mandy #CE4F60

Tints of Mandy #CE4F60

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.73%

 BLUE value IS 96 (37.89% from 255) = 25.2%

R = 54.07%
G = 20.73%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CE4F60 (or 0xCE4F60) is known color: Mandy. HEX triplet: CE, 4F and 60. RGB value is (206,79,96). Sum of RGB (Red+Green+Blue) = 206+79+96=381 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.07% from 381); Green value is 79 (31.25% from 255 or 20.73% from 381); Blue value is 96 (37.89% from 255 or 25.20% from 381); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4F60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE4F60 is #31B09F. Grayscale: #767676. Windows color (decimal): -3256480 or 6311886. OLE color: 6311886.

HSL color Cylindrical-coordinate representation of color #CE4F60: hue angle of 351.97º degrees, saturation: 0.56, 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 #CE4F60 is Cyan = 0, Magento = 0.62, Yellow = 0.53 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 79 96 -
CMYK 0 0.62 0.53 0.19
HSL 351.97º 0.56% 0.56% -
HSV(B) 351.97º 0.62% 0.81% -
XYZ 30.36 19.56 13.24 -
YUV 118.91 115.08 190.12 -
System Red Green Blue C M Y K H S L
Decimal 206 79 96 0 0.62 0.53 0.19 351.97 0.56 0.56
Hex CE 4F 60 0 3E 35 13 160 38 38
Octal 316 117 140 0 76 65 23 540 70 70
Binary 11001110 1001111 1100000 0 111110 110101 10011 101100000 111000 111000

Color Harmonies of #CE4F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4F60

Black with #CE4F60

Text Example


Text Example

White with #CE4F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4F60; }

 p { color: rgb(206,79,96); }

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

background-color css

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

 a { background-color: rgb(206,79,96); }

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

border-color css

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

 span { border-color: rgb(206,79,96); }

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