Html Css Color HEX #CE464E Mandy

📋 copy color: '#CE464E'

red 206 ◦ green 70 ◦ blue 78

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

Shades of Mandy #CE464E

Tints of Mandy #CE464E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.77%

 BLUE value IS 78 (30.86% from 255) = 22.03%

R = 58.19%
G = 19.77%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#CE464E (or 0xCE464E) is known color: Mandy. HEX triplet: CE, 46 and 4E. RGB value is (206,70,78). Sum of RGB (Red+Green+Blue) = 206+70+78=354 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.19% from 354); Green value is 70 (27.73% from 255 or 19.77% from 354); Blue value is 78 (30.86% from 255 or 22.03% from 354); Max value from RGB is 206 - color contains mainly: red. Hex color #CE464E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE464E is #31B9B1. Grayscale: #6F6F6F. Windows color (decimal): -3258802 or 5129934. OLE color: 5129934.

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

Color convert

RGB 206 70 78 -
CMYK 0 0.66 0.62 0.19
HSL 356.47º 0.58% 0.54% -
HSV(B) 356.47º 0.66% 0.81% -
XYZ 29.02 18.05 9.16 -
YUV 111.58 109.06 195.35 -
System Red Green Blue C M Y K H S L
Decimal 206 70 78 0 0.66 0.62 0.19 356.47 0.58 0.54
Hex CE 46 4E 0 42 3E 13 164 3A 36
Octal 316 106 116 0 102 76 23 544 72 66
Binary 11001110 1000110 1001110 0 1000010 111110 10011 101100100 111010 110110

Color Harmonies of #CE464E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE464E

Black with #CE464E

Text Example


Text Example

White with #CE464E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE464E; }

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

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

background-color css

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

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

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

border-color css

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

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

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