Html Css Color HEX #CE5215 Tenne (Tawny)

📋 copy color: '#CE5215'

red 206 ◦ green 82 ◦ blue 21

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

Shades of Tenne (Tawny) #CE5215

Tints of Tenne (Tawny) #CE5215

RGB

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

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

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

R = 66.67%
G = 26.54%
B = 6.8%

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

#CE5215 (or 0xCE5215) is known color: Tenne (Tawny). HEX triplet: CE, 52 and 15. RGB value is (206,82,21). Sum of RGB (Red+Green+Blue) = 206+82+21=309 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.67% from 309); Green value is 82 (32.42% from 255 or 26.54% from 309); Blue value is 21 (8.59% from 255 or 6.80% from 309); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5215 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5215 is #31ADEA. Grayscale: #707070. Windows color (decimal): -3255787 or 1397454. OLE color: 1397454.

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

Color convert

RGB 206 82 21 -
CMYK 0 0.60 0.90 0.19
HSL 19.78º 0.81% 0.45% -
HSV(B) 19.78º 0.9% 0.81% -
XYZ 28.61 19.21 2.91 -
YUV 112.12 76.58 194.96 -
System Red Green Blue C M Y K H S L
Decimal 206 82 21 0 0.60 0.90 0.19 19.78 0.81 0.45
Hex CE 52 15 0 3C 5A 13 14 51 2D
Octal 316 122 25 0 74 132 23 24 121 55
Binary 11001110 1010010 10101 0 111100 1011010 10011 10100 1010001 101101

Color Harmonies of #CE5215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5215

Black with #CE5215

Text Example


Text Example

White with #CE5215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5215; }

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

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

background-color css

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

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

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

border-color css

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

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

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