Html Css Color HEX #CE4960 Mandy

📋 copy color: '#CE4960'

red 206 ◦ green 73 ◦ blue 96

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

Shades of Mandy #CE4960

Tints of Mandy #CE4960

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.47%

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

R = 54.93%
G = 19.47%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CE4960 (or 0xCE4960) is known color: Mandy. HEX triplet: CE, 49 and 60. RGB value is (206,73,96). Sum of RGB (Red+Green+Blue) = 206+73+96=375 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.93% from 375); Green value is 73 (28.91% from 255 or 19.47% from 375); Blue value is 96 (37.89% from 255 or 25.6% from 375); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4960 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4960 is #31B69F. Grayscale: #737373. Windows color (decimal): -3258016 or 6310350. OLE color: 6310350.

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

Color convert

RGB 206 73 96 -
CMYK 0 0.65 0.53 0.19
HSL 349.62º 0.58% 0.55% -
HSV(B) 349.62º 0.65% 0.81% -
XYZ 29.95 18.73 13.1 -
YUV 115.39 117.06 192.63 -
System Red Green Blue C M Y K H S L
Decimal 206 73 96 0 0.65 0.53 0.19 349.62 0.58 0.55
Hex CE 49 60 0 41 35 13 15E 3A 37
Octal 316 111 140 0 101 65 23 536 72 67
Binary 11001110 1001001 1100000 0 1000001 110101 10011 101011110 111010 110111

Color Harmonies of #CE4960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4960

Black with #CE4960

Text Example


Text Example

White with #CE4960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4960; }

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

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

background-color css

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

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

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

border-color css

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

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

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