Html Css Color HEX #CE5214 Tenne (Tawny)

📋 copy color: '#CE5214'

red 206 ◦ green 82 ◦ blue 20

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

Shades of Tenne (Tawny) #CE5214

Tints of Tenne (Tawny) #CE5214

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.62%

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

R = 66.88%
G = 26.62%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CE5214 (or 0xCE5214) is known color: Tenne (Tawny). HEX triplet: CE, 52 and 14. RGB value is (206,82,20). Sum of RGB (Red+Green+Blue) = 206+82+20=308 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.88% from 308); Green value is 82 (32.42% from 255 or 26.62% from 308); Blue value is 20 (8.20% from 255 or 6.49% from 308); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5214 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5214 is #31ADEB. Grayscale: #707070. Windows color (decimal): -3255788 or 1331918. OLE color: 1331918.

HSL color Cylindrical-coordinate representation of color #CE5214: hue angle of 20º 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 #CE5214 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 82 20 -
CMYK 0 0.60 0.90 0.19
HSL 20º 0.82% 0.44% -
HSV(B) 20º 0.9% 0.81% -
XYZ 28.6 19.21 2.86 -
YUV 112.01 76.08 195.04 -
System Red Green Blue C M Y K H S L
Decimal 206 82 20 0 0.60 0.90 0.19 20 0.82 0.44
Hex CE 52 14 0 3C 5A 13 14 52 2C
Octal 316 122 24 0 74 132 23 24 122 54
Binary 11001110 1010010 10100 0 111100 1011010 10011 10100 1010010 101100

Color Harmonies of #CE5214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5214

Black with #CE5214

Text Example


Text Example

White with #CE5214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5214; }

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

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

background-color css

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

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

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

border-color css

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

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

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