#CC4A0E

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

Shades of Tenne (Tawny) #CC4A0E

Tints of Tenne (Tawny) #CC4A0E

Color information

#CC4A0E (or 0xCC4A0E) is unknown color: approx Tenne (Tawny). HEX triplet: CC, 4A and 0E. RGB value is (204,74,14). Sum of RGB (Red+Green+Blue) = 204+74+14=292 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.86% from 292); Green value is 74 (29.30% from 255 or 25.34% from 292); Blue value is 14 (5.86% from 255 or 4.79% from 292); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4A0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4A0E is #33B5F1. Grayscale: #6A6A6A. Windows color (decimal): -3388914 or 936652. OLE color: 936652.

HSL color Cylindrical-coordinate representation of color #CC4A0E: hue angle of 18.95º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC4A0E is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.2.

Color convert

RGB2047414-
CMYK00.640.930.2
HSL18.95º87.16%42.75%-
HSV(B)18.95º93.14%80%-
XYZ27.4317.772.4-
YUV106.0376.07197.88-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 69.86%
GREEN value IS 74 (29.30% from 255) = 25.34%
BLUE value IS 14 (5.86% from 255) = 4.79%
R=69.86%
G=25.34%
B=4.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.93
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204741400.640.930.218.9587.1642.75
HexCC4AE0405D1413572b
Octal314112160100135242312753
Binary110011001001010111001000000101110110100100111010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4A0E; }

 p { color: rgb(204,74,14); }

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

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

 a { background-color: rgb(204,74,14); }

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

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

 span { border-color: rgb(204,74,14); }

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