#CC4C0E

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

Shades of Tenne (Tawny) #CC4C0E

Tints of Tenne (Tawny) #CC4C0E

Color information

#CC4C0E (or 0xCC4C0E) is unknown color: approx Tenne (Tawny). HEX triplet: CC, 4C and 0E. RGB value is (204,76,14). Sum of RGB (Red+Green+Blue) = 204+76+14=294 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.39% from 294); Green value is 76 (30.08% from 255 or 25.85% from 294); Blue value is 14 (5.86% from 255 or 4.76% from 294); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4C0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4C0E is #33B3F1. Grayscale: #6B6B6B. Windows color (decimal): -3388402 or 937164. OLE color: 937164.

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

Color convert

RGB2047614-
CMYK00.630.930.2
HSL19.58º87.16%42.75%-
HSV(B)19.58º93.14%80%-
XYZ27.5718.042.44-
YUV107.275.41197.04-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 69.39%
GREEN value IS 76 (30.08% from 255) = 25.85%
BLUE value IS 14 (5.86% from 255) = 4.76%
R=69.39%
G=25.85%
B=4.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.93
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204761400.630.930.219.5887.1642.75
HexCC4CE03F5D1414572b
Octal31411416077135242412753
Binary11001100100110011100111111101110110100101001010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4C0E; }

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

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

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

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

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

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

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

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