Html Css Color HEX #CE493D Grenadier

📋 copy color: '#CE493D'

red 206 ◦ green 73 ◦ blue 61

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

Shades of Grenadier #CE493D

Tints of Grenadier #CE493D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.94%

R = 60.59%
G = 21.47%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CE493D (or 0xCE493D) is known color: Grenadier. HEX triplet: CE, 49 and 3D. RGB value is (206,73,61). Sum of RGB (Red+Green+Blue) = 206+73+61=340 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.59% from 340); Green value is 73 (28.91% from 255 or 21.47% from 340); Blue value is 61 (24.22% from 255 or 17.94% from 340); Max value from RGB is 206 - color contains mainly: red. Hex color #CE493D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE493D is #31B6C2. Grayscale: #6F6F6F. Windows color (decimal): -3258051 or 4016590. OLE color: 4016590.

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

Color convert

RGB 206 73 61 -
CMYK 0 0.65 0.70 0.19
HSL 4.97º 0.6% 0.52% -
HSV(B) 4.97º 0.7% 0.81% -
XYZ 28.68 18.22 6.42 -
YUV 111.4 99.56 195.48 -
System Red Green Blue C M Y K H S L
Decimal 206 73 61 0 0.65 0.70 0.19 4.97 0.6 0.52
Hex CE 49 3D 0 41 46 13 5 3C 34
Octal 316 111 75 0 101 106 23 5 74 64
Binary 11001110 1001001 111101 0 1000001 1000110 10011 101 111100 110100

Color Harmonies of #CE493D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE493D

Black with #CE493D

Text Example


Text Example

White with #CE493D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE493D; }

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

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

background-color css

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

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

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

border-color css

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

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

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