#CE4B05

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

Shades of Tenne (Tawny) #CE4B05

Tints of Tenne (Tawny) #CE4B05

Color information

#CE4B05 (or 0xCE4B05) is unknown color: approx Tenne (Tawny). HEX triplet: CE, 4B and 05. RGB value is (206,75,5). Sum of RGB (Red+Green+Blue) = 206+75+5=286 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.03% from 286); Green value is 75 (29.69% from 255 or 26.22% from 286); Blue value is 5 (2.34% from 255 or 1.75% from 286); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4B05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE4B05 is #31B4FA. Grayscale: #6A6A6A. Windows color (decimal): -3257595 or 347086. OLE color: 347086.

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

Color convert

RGB206755-
CMYK00.640.980.19
HSL20.9º95.26%41.37%-
HSV(B)20.9º97.57%80.78%-
XYZ2818.162.17-
YUV106.1970.9199.19-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 72.03%
GREEN value IS 75 (29.69% from 255) = 26.22%
BLUE value IS 5 (2.34% from 255) = 1.75%
R=72.03%
G=26.22%
B=1.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.98
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20675500.640.980.1920.995.2641.37
HexCE4B50406213155f29
Octal31611350100142232513751
Binary11001110100101110101000000110001010011101011011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE4B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE4B05; }

 p { color: rgb(206,75,5); }

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

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

 a { background-color: rgb(206,75,5); }

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

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

 span { border-color: rgb(206,75,5); }

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