Html Css Color HEX #CE510E Tenne (Tawny)

📋 copy color: '#CE510E'

red 206 ◦ green 81 ◦ blue 14

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

Shades of Tenne (Tawny) #CE510E

Tints of Tenne (Tawny) #CE510E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.91%

 BLUE value IS 14 (5.86% from 255) = 4.65%

R = 68.44%
G = 26.91%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CE510E (or 0xCE510E) is known color: Tenne (Tawny). HEX triplet: CE, 51 and 0E. RGB value is (206,81,14). Sum of RGB (Red+Green+Blue) = 206+81+14=301 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.44% from 301); Green value is 81 (32.03% from 255 or 26.91% from 301); Blue value is 14 (5.86% from 255 or 4.65% from 301); Max value from RGB is 206 - color contains mainly: red. Hex color #CE510E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE510E is #31AEF1. Grayscale: #6F6F6F. Windows color (decimal): -3256050 or 938446. OLE color: 938446.

HSL color Cylindrical-coordinate representation of color #CE510E: hue angle of 20.94º degrees, saturation: 0.87, 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 #CE510E is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 81 14 -
CMYK 0 0.61 0.93 0.19
HSL 20.94º 0.87% 0.43% -
HSV(B) 20.94º 0.93% 0.81% -
XYZ 28.48 19.04 2.59 -
YUV 110.74 73.41 195.95 -
System Red Green Blue C M Y K H S L
Decimal 206 81 14 0 0.61 0.93 0.19 20.94 0.87 0.43
Hex CE 51 E 0 3D 5D 13 15 57 2B
Octal 316 121 16 0 75 135 23 25 127 53
Binary 11001110 1010001 1110 0 111101 1011101 10011 10101 1010111 101011

Color Harmonies of #CE510E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE510E

Black with #CE510E

Text Example


Text Example

White with #CE510E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE510E; }

 p { color: rgb(206,81,14); }

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

background-color css

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

 a { background-color: rgb(206,81,14); }

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

border-color css

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

 span { border-color: rgb(206,81,14); }

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