Html Css Color HEX #CE493B Grenadier

📋 copy color: '#CE493B'

red 206 ◦ green 73 ◦ blue 59

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

Shades of Grenadier #CE493B

Tints of Grenadier #CE493B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.46%

R = 60.95%
G = 21.6%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CE493B (or 0xCE493B) is known color: Grenadier. HEX triplet: CE, 49 and 3B. RGB value is (206,73,59). Sum of RGB (Red+Green+Blue) = 206+73+59=338 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.95% from 338); Green value is 73 (28.91% from 255 or 21.60% from 338); Blue value is 59 (23.44% from 255 or 17.46% from 338); Max value from RGB is 206 - color contains mainly: red. Hex color #CE493B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE493B is #31B6C4. Grayscale: #6F6F6F. Windows color (decimal): -3258053 or 3885518. OLE color: 3885518.

HSL color Cylindrical-coordinate representation of color #CE493B: hue angle of 5.71º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE493B is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 73 59 -
CMYK 0 0.65 0.71 0.19
HSL 5.71º 0.6% 0.52% -
HSV(B) 5.71º 0.71% 0.81% -
XYZ 28.63 18.2 6.14 -
YUV 111.17 98.56 195.64 -
System Red Green Blue C M Y K H S L
Decimal 206 73 59 0 0.65 0.71 0.19 5.71 0.6 0.52
Hex CE 49 3B 0 41 47 13 6 3C 34
Octal 316 111 73 0 101 107 23 6 74 64
Binary 11001110 1001001 111011 0 1000001 1000111 10011 110 111100 110100

Color Harmonies of #CE493B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE493B

Black with #CE493B

Text Example


Text Example

White with #CE493B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE493B; }

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

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

background-color css

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

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

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

border-color css

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

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

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