#CE6003

Color #CE6003 Tenne (Tawny) (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tenne (Tawny) #CE6003

Tints of Tenne (Tawny) #CE6003

Color information

#CE6003 (or 0xCE6003) is unknown color: approx Tenne (Tawny). HEX triplet: CE, 60 and 03. RGB value is (206,96,3). Sum of RGB (Red+Green+Blue) = 206+96+3=305 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.54% from 305); Green value is 96 (37.89% from 255 or 31.48% from 305); Blue value is 3 (1.56% from 255 or 0.98% from 305); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6003 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6003 is #319FFC. Grayscale: #767676. Windows color (decimal): -3252221 or 221390. OLE color: 221390.

HSL color Cylindrical-coordinate representation of color #CE6003: hue angle of 27.49º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE6003 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.19.

Color convert

RGB206963-
CMYK00.530.990.19
HSL27.49º97.13%40.98%-
HSV(B)27.49º98.54%80.78%-
XYZ29.6521.492.67-
YUV118.2962.94190.56-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 67.54%
GREEN value IS 96 (37.89% from 255) = 31.48%
BLUE value IS 3 (1.56% from 255) = 0.98%
R=67.54%
G=31.48%
B=0.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.99
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20696300.530.990.1927.4997.1340.98
HexCE60303563131b6129
Octal3161403065143233314151
Binary110011101100000110110101110001110011110111100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6003; }

 p { color: rgb(206,96,3); }

 H1.HeaderClassName
 {
   color: #CE6003;
 }
 .AnyTagClassName
 {
   color: #CE6003;
 }
</style>
background-color css

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

 a { background-color: rgb(206,96,3); }

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

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

 span { border-color: rgb(206,96,3); }

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