Html Css Color HEX #CE5315 Tenne (Tawny)

📋 copy color: '#CE5315'

red 206 ◦ green 83 ◦ blue 21

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

Shades of Tenne (Tawny) #CE5315

Tints of Tenne (Tawny) #CE5315

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.77%

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

R = 66.45%
G = 26.77%
B = 6.77%

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

#CE5315 (or 0xCE5315) is known color: Tenne (Tawny). HEX triplet: CE, 53 and 15. RGB value is (206,83,21). Sum of RGB (Red+Green+Blue) = 206+83+21=310 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.45% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 21 (8.59% from 255 or 6.77% from 310); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5315 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5315 is #31ACEA. Grayscale: #717171. Windows color (decimal): -3255531 or 1397710. OLE color: 1397710.

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

Color convert

RGB 206 83 21 -
CMYK 0 0.60 0.90 0.19
HSL 20.11º 0.81% 0.45% -
HSV(B) 20.11º 0.9% 0.81% -
XYZ 28.68 19.36 2.94 -
YUV 112.71 76.25 194.54 -
System Red Green Blue C M Y K H S L
Decimal 206 83 21 0 0.60 0.90 0.19 20.11 0.81 0.45
Hex CE 53 15 0 3C 5A 13 14 51 2D
Octal 316 123 25 0 74 132 23 24 121 55
Binary 11001110 1010011 10101 0 111100 1011010 10011 10100 1010001 101101

Color Harmonies of #CE5315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5315

Black with #CE5315

Text Example


Text Example

White with #CE5315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5315; }

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

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

background-color css

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

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

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

border-color css

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

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

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