Html Css Color HEX #CE490F Tenne (Tawny)

📋 copy color: '#CE490F'

red 206 ◦ green 73 ◦ blue 15

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

Shades of Tenne (Tawny) #CE490F

Tints of Tenne (Tawny) #CE490F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.1%

R = 70.07%
G = 24.83%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CE490F (or 0xCE490F) is known color: Tenne (Tawny). HEX triplet: CE, 49 and 0F. RGB value is (206,73,15). Sum of RGB (Red+Green+Blue) = 206+73+15=294 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.07% from 294); Green value is 73 (28.91% from 255 or 24.83% from 294); Blue value is 15 (6.25% from 255 or 5.10% from 294); Max value from RGB is 206 - color contains mainly: red. Hex color #CE490F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE490F is #31B6F0. Grayscale: #6A6A6A. Windows color (decimal): -3258097 or 1001934. OLE color: 1001934.

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

Color convert

RGB 206 73 15 -
CMYK 0 0.65 0.93 0.19
HSL 18.22º 0.86% 0.43% -
HSV(B) 18.22º 0.93% 0.81% -
XYZ 27.92 17.92 2.44 -
YUV 106.16 76.56 199.22 -
System Red Green Blue C M Y K H S L
Decimal 206 73 15 0 0.65 0.93 0.19 18.22 0.86 0.43
Hex CE 49 F 0 41 5D 13 12 56 2B
Octal 316 111 17 0 101 135 23 22 126 53
Binary 11001110 1001001 1111 0 1000001 1011101 10011 10010 1010110 101011

Color Harmonies of #CE490F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE490F

Black with #CE490F

Text Example


Text Example

White with #CE490F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE490F; }

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

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

background-color css

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

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

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

border-color css

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

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

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