Html Css Color HEX #CE490C Tenne (Tawny)

📋 copy color: '#CE490C'

red 206 ◦ green 73 ◦ blue 12

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

Shades of Tenne (Tawny) #CE490C

Tints of Tenne (Tawny) #CE490C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.12%

R = 70.79%
G = 25.09%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CE490C (or 0xCE490C) is known color: Tenne (Tawny). HEX triplet: CE, 49 and 0C. RGB value is (206,73,12). Sum of RGB (Red+Green+Blue) = 206+73+12=291 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.79% from 291); Green value is 73 (28.91% from 255 or 25.09% from 291); Blue value is 12 (5.08% from 255 or 4.12% from 291); Max value from RGB is 206 - color contains mainly: red. Hex color #CE490C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE490C is #31B6F3. Grayscale: #6A6A6A. Windows color (decimal): -3258100 or 805326. OLE color: 805326.

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

Color convert

RGB 206 73 12 -
CMYK 0 0.65 0.94 0.19
HSL 18.87º 0.89% 0.43% -
HSV(B) 18.87º 0.94% 0.81% -
XYZ 27.9 17.91 2.33 -
YUV 105.81 75.06 199.46 -
System Red Green Blue C M Y K H S L
Decimal 206 73 12 0 0.65 0.94 0.19 18.87 0.89 0.43
Hex CE 49 C 0 41 5E 13 13 59 2B
Octal 316 111 14 0 101 136 23 23 131 53
Binary 11001110 1001001 1100 0 1000001 1011110 10011 10011 1011001 101011

Color Harmonies of #CE490C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE490C

Black with #CE490C

Text Example


Text Example

White with #CE490C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE490C; }

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

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

background-color css

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

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

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

border-color css

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

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

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