Html Css Color HEX #CE5515 Tenne (Tawny)

📋 copy color: '#CE5515'

red 206 ◦ green 85 ◦ blue 21

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

Shades of Tenne (Tawny) #CE5515

Tints of Tenne (Tawny) #CE5515

RGB

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

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

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

R = 66.03%
G = 27.24%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CE5515 (or 0xCE5515) is known color: Tenne (Tawny). HEX triplet: CE, 55 and 15. RGB value is (206,85,21). Sum of RGB (Red+Green+Blue) = 206+85+21=312 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.03% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 21 (8.59% from 255 or 6.73% from 312); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5515 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5515 is #31AAEA. Grayscale: #727272. Windows color (decimal): -3255019 or 1398222. OLE color: 1398222.

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

Color convert

RGB 206 85 21 -
CMYK 0 0.59 0.90 0.19
HSL 20.76º 0.81% 0.45% -
HSV(B) 20.76º 0.9% 0.81% -
XYZ 28.84 19.67 2.99 -
YUV 113.88 75.59 193.7 -
System Red Green Blue C M Y K H S L
Decimal 206 85 21 0 0.59 0.90 0.19 20.76 0.81 0.45
Hex CE 55 15 0 3B 5A 13 15 51 2D
Octal 316 125 25 0 73 132 23 25 121 55
Binary 11001110 1010101 10101 0 111011 1011010 10011 10101 1010001 101101

Color Harmonies of #CE5515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5515

Black with #CE5515

Text Example


Text Example

White with #CE5515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5515; }

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

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

background-color css

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

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

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

border-color css

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

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

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