Html Css Color HEX #CE464A Mandy

📋 copy color: '#CE464A'

red 206 ◦ green 70 ◦ blue 74

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

Shades of Mandy #CE464A

Tints of Mandy #CE464A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.14%

R = 58.86%
G = 20%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CE464A (or 0xCE464A) is known color: Mandy. HEX triplet: CE, 46 and 4A. RGB value is (206,70,74). Sum of RGB (Red+Green+Blue) = 206+70+74=350 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.86% from 350); Green value is 70 (27.73% from 255 or 20% from 350); Blue value is 74 (29.30% from 255 or 21.14% from 350); Max value from RGB is 206 - color contains mainly: red. Hex color #CE464A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE464A is #31B9B5. Grayscale: #6F6F6F. Windows color (decimal): -3258806 or 4867790. OLE color: 4867790.

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

Color convert

RGB 206 70 74 -
CMYK 0 0.66 0.64 0.19
HSL 358.24º 0.58% 0.54% -
HSV(B) 358.24º 0.66% 0.81% -
XYZ 28.88 18 8.43 -
YUV 111.12 107.06 195.67 -
System Red Green Blue C M Y K H S L
Decimal 206 70 74 0 0.66 0.64 0.19 358.24 0.58 0.54
Hex CE 46 4A 0 42 40 13 166 3A 36
Octal 316 106 112 0 102 100 23 546 72 66
Binary 11001110 1000110 1001010 0 1000010 1000000 10011 101100110 111010 110110

Color Harmonies of #CE464A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE464A

Black with #CE464A

Text Example


Text Example

White with #CE464A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE464A; }

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

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

background-color css

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

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

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

border-color css

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

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

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