Html Css Color HEX #CE5513 Tenne (Tawny)

📋 copy color: '#CE5513'

red 206 ◦ green 85 ◦ blue 19

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

Shades of Tenne (Tawny) #CE5513

Tints of Tenne (Tawny) #CE5513

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.42%

 BLUE value IS 19 (7.81% from 255) = 6.13%

R = 66.45%
G = 27.42%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CE5513 (or 0xCE5513) is known color: Tenne (Tawny). HEX triplet: CE, 55 and 13. RGB value is (206,85,19). Sum of RGB (Red+Green+Blue) = 206+85+19=310 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.45% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 19 (7.81% from 255 or 6.13% from 310); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5513 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5513 is #31AAEC. Grayscale: #727272. Windows color (decimal): -3255021 or 1267150. OLE color: 1267150.

HSL color Cylindrical-coordinate representation of color #CE5513: hue angle of 21.18º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE5513 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 85 19 -
CMYK 0 0.59 0.91 0.19
HSL 21.18º 0.83% 0.44% -
HSV(B) 21.18º 0.91% 0.81% -
XYZ 28.82 19.67 2.89 -
YUV 113.66 74.59 193.87 -
System Red Green Blue C M Y K H S L
Decimal 206 85 19 0 0.59 0.91 0.19 21.18 0.83 0.44
Hex CE 55 13 0 3B 5B 13 15 53 2C
Octal 316 125 23 0 73 133 23 25 123 54
Binary 11001110 1010101 10011 0 111011 1011011 10011 10101 1010011 101100

Color Harmonies of #CE5513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5513

Black with #CE5513

Text Example


Text Example

White with #CE5513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5513; }

 p { color: rgb(206,85,19); }

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

background-color css

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

 a { background-color: rgb(206,85,19); }

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

border-color css

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

 span { border-color: rgb(206,85,19); }

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