Html Css Color HEX #CE4D60 Mandy

📋 copy color: '#CE4D60'

red 206 ◦ green 77 ◦ blue 96

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

Shades of Mandy #CE4D60

Tints of Mandy #CE4D60

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.32%

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

R = 54.35%
G = 20.32%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CE4D60 (or 0xCE4D60) is known color: Mandy. HEX triplet: CE, 4D and 60. RGB value is (206,77,96). Sum of RGB (Red+Green+Blue) = 206+77+96=379 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.35% from 379); Green value is 77 (30.47% from 255 or 20.32% from 379); Blue value is 96 (37.89% from 255 or 25.33% from 379); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4D60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE4D60 is #31B29F. Grayscale: #757575. Windows color (decimal): -3256992 or 6311374. OLE color: 6311374.

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

Color convert

RGB 206 77 96 -
CMYK 0 0.63 0.53 0.19
HSL 351.16º 0.57% 0.55% -
HSV(B) 351.16º 0.63% 0.81% -
XYZ 30.22 19.27 13.19 -
YUV 117.74 115.74 190.96 -
System Red Green Blue C M Y K H S L
Decimal 206 77 96 0 0.63 0.53 0.19 351.16 0.57 0.55
Hex CE 4D 60 0 3F 35 13 15F 39 37
Octal 316 115 140 0 77 65 23 537 71 67
Binary 11001110 1001101 1100000 0 111111 110101 10011 101011111 111001 110111

Color Harmonies of #CE4D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4D60

Black with #CE4D60

Text Example


Text Example

White with #CE4D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4D60; }

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

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

background-color css

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

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

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

border-color css

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

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

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