Html Css Color HEX #CE5114 Tenne (Tawny)

📋 copy color: '#CE5114'

red 206 ◦ green 81 ◦ blue 20

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

Shades of Tenne (Tawny) #CE5114

Tints of Tenne (Tawny) #CE5114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.51%

R = 67.1%
G = 26.38%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CE5114 (or 0xCE5114) is known color: Tenne (Tawny). HEX triplet: CE, 51 and 14. RGB value is (206,81,20). Sum of RGB (Red+Green+Blue) = 206+81+20=307 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.10% from 307); Green value is 81 (32.03% from 255 or 26.38% from 307); Blue value is 20 (8.20% from 255 or 6.51% from 307); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5114 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5114 is #31AEEB. Grayscale: #6F6F6F. Windows color (decimal): -3256044 or 1331662. OLE color: 1331662.

HSL color Cylindrical-coordinate representation of color #CE5114: hue angle of 19.68º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE5114 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 81 20 -
CMYK 0 0.61 0.90 0.19
HSL 19.68º 0.82% 0.44% -
HSV(B) 19.68º 0.9% 0.81% -
XYZ 28.52 19.06 2.84 -
YUV 111.42 76.41 195.46 -
System Red Green Blue C M Y K H S L
Decimal 206 81 20 0 0.61 0.90 0.19 19.68 0.82 0.44
Hex CE 51 14 0 3D 5A 13 14 52 2C
Octal 316 121 24 0 75 132 23 24 122 54
Binary 11001110 1010001 10100 0 111101 1011010 10011 10100 1010010 101100

Color Harmonies of #CE5114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5114

Black with #CE5114

Text Example


Text Example

White with #CE5114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5114; }

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

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

background-color css

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

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

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

border-color css

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

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

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