Html Css Color HEX #CE474A Mandy

📋 copy color: '#CE474A'

red 206 ◦ green 71 ◦ blue 74

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

Shades of Mandy #CE474A

Tints of Mandy #CE474A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.23%

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

R = 58.69%
G = 20.23%
B = 21.08%

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

#CE474A (or 0xCE474A) is known color: Mandy. HEX triplet: CE, 47 and 4A. RGB value is (206,71,74). Sum of RGB (Red+Green+Blue) = 206+71+74=351 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.69% from 351); Green value is 71 (28.12% from 255 or 20.23% from 351); Blue value is 74 (29.30% from 255 or 21.08% from 351); Max value from RGB is 206 - color contains mainly: red. Hex color #CE474A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE474A is #31B8B5. Grayscale: #6F6F6F. Windows color (decimal): -3258550 or 4868046. OLE color: 4868046.

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

Color convert

RGB 206 71 74 -
CMYK 0 0.66 0.64 0.19
HSL 358.67º 0.58% 0.54% -
HSV(B) 358.67º 0.66% 0.81% -
XYZ 28.94 18.12 8.45 -
YUV 111.71 106.73 195.26 -
System Red Green Blue C M Y K H S L
Decimal 206 71 74 0 0.66 0.64 0.19 358.67 0.58 0.54
Hex CE 47 4A 0 42 40 13 167 3A 36
Octal 316 107 112 0 102 100 23 547 72 66
Binary 11001110 1000111 1001010 0 1000010 1000000 10011 101100111 111010 110110

Color Harmonies of #CE474A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE474A

Black with #CE474A

Text Example


Text Example

White with #CE474A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE474A; }

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

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

background-color css

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

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

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

border-color css

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

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

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