Html Css Color HEX #CE5015 Tenne (Tawny)

📋 copy color: '#CE5015'

red 206 ◦ green 80 ◦ blue 21

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

Shades of Tenne (Tawny) #CE5015

Tints of Tenne (Tawny) #CE5015

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.06%

 BLUE value IS 21 (8.59% from 255) = 6.84%

R = 67.1%
G = 26.06%
B = 6.84%

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

#CE5015 (or 0xCE5015) is known color: Tenne (Tawny). HEX triplet: CE, 50 and 15. RGB value is (206,80,21). Sum of RGB (Red+Green+Blue) = 206+80+21=307 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.10% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 21 (8.59% from 255 or 6.84% from 307); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5015 is #31AFEA. Grayscale: #6F6F6F. Windows color (decimal): -3256299 or 1396942. OLE color: 1396942.

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

Color convert

RGB 206 80 21 -
CMYK 0 0.61 0.90 0.19
HSL 19.14º 0.81% 0.45% -
HSV(B) 19.14º 0.9% 0.81% -
XYZ 28.46 18.91 2.86 -
YUV 110.95 77.24 195.8 -
System Red Green Blue C M Y K H S L
Decimal 206 80 21 0 0.61 0.90 0.19 19.14 0.81 0.45
Hex CE 50 15 0 3D 5A 13 13 51 2D
Octal 316 120 25 0 75 132 23 23 121 55
Binary 11001110 1010000 10101 0 111101 1011010 10011 10011 1010001 101101

Color Harmonies of #CE5015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5015

Black with #CE5015

Text Example


Text Example

White with #CE5015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5015; }

 p { color: rgb(206,80,21); }

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

background-color css

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

 a { background-color: rgb(206,80,21); }

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

border-color css

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

 span { border-color: rgb(206,80,21); }

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