Html Css Color HEX #CE560E Tenne (Tawny)

📋 copy color: '#CE560E'

red 206 ◦ green 86 ◦ blue 14

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

Shades of Tenne (Tawny) #CE560E

Tints of Tenne (Tawny) #CE560E

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.1%

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

R = 67.32%
G = 28.1%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CE560E (or 0xCE560E) is known color: Tenne (Tawny). HEX triplet: CE, 56 and 0E. RGB value is (206,86,14). Sum of RGB (Red+Green+Blue) = 206+86+14=306 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.32% from 306); Green value is 86 (33.98% from 255 or 28.10% from 306); Blue value is 14 (5.86% from 255 or 4.58% from 306); Max value from RGB is 206 - color contains mainly: red. Hex color #CE560E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE560E is #31A9F1. Grayscale: #727272. Windows color (decimal): -3254770 or 939726. OLE color: 939726.

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

Color convert

RGB 206 86 14 -
CMYK 0 0.58 0.93 0.19
HSL 22.5º 0.87% 0.43% -
HSV(B) 22.5º 0.93% 0.81% -
XYZ 28.86 19.81 2.72 -
YUV 113.67 71.76 193.85 -
System Red Green Blue C M Y K H S L
Decimal 206 86 14 0 0.58 0.93 0.19 22.5 0.87 0.43
Hex CE 56 E 0 3A 5D 13 16 57 2B
Octal 316 126 16 0 72 135 23 26 127 53
Binary 11001110 1010110 1110 0 111010 1011101 10011 10110 1010111 101011

Color Harmonies of #CE560E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE560E

Black with #CE560E

Text Example


Text Example

White with #CE560E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE560E; }

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

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

background-color css

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

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

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

border-color css

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

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

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