#CE4C15

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

Shades of Tenne (Tawny) #CE4C15

Tints of Tenne (Tawny) #CE4C15

Color information

#CE4C15 (or 0xCE4C15) is unknown color: approx Tenne (Tawny). HEX triplet: CE, 4C and 15. RGB value is (206,76,21). Sum of RGB (Red+Green+Blue) = 206+76+21=303 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.99% from 303); Green value is 76 (30.08% from 255 or 25.08% from 303); Blue value is 21 (8.59% from 255 or 6.93% from 303); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4C15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE4C15 is #31B3EA. Grayscale: #6C6C6C. Windows color (decimal): -3257323 or 1395918. OLE color: 1395918.

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

Color convert

RGB2067621-
CMYK00.630.900.19
HSL17.84º81.5%44.51%-
HSV(B)17.84º89.81%80.78%-
XYZ28.1718.342.77-
YUV108.678.57197.47-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 67.99%
GREEN value IS 76 (30.08% from 255) = 25.08%
BLUE value IS 21 (8.59% from 255) = 6.93%
R=67.99%
G=25.08%
B=6.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.90
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206762100.630.900.1917.8481.544.51
HexCE4C1503F5A1312512d
Octal31611425077132232212155
Binary110011101001100101010111111101101010011100101010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE4C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE4C15; }

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

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

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

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

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

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

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

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