#CC4F12

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

Shades of Tenne (Tawny) #CC4F12

Tints of Tenne (Tawny) #CC4F12

Color information

#CC4F12 (or 0xCC4F12) is unknown color: approx Tenne (Tawny). HEX triplet: CC, 4F and 12. RGB value is (204,79,18). Sum of RGB (Red+Green+Blue) = 204+79+18=301 (39% of max value = 765). Red value is 204 (80.08% from 255 or 67.77% from 301); Green value is 79 (31.25% from 255 or 26.25% from 301); Blue value is 18 (7.42% from 255 or 5.98% from 301); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4F12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC4F12 is #33B0ED. Grayscale: #6D6D6D. Windows color (decimal): -3387630 or 1200076. OLE color: 1200076.

HSL color Cylindrical-coordinate representation of color #CC4F12: hue angle of 19.68º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC4F12 is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.2.

Color convert

RGB2047918-
CMYK00.610.910.2
HSL19.68º83.78%43.53%-
HSV(B)19.68º91.18%80%-
XYZ27.8118.472.67-
YUV109.4276.41195.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 67.77%
GREEN value IS 79 (31.25% from 255) = 26.25%
BLUE value IS 18 (7.42% from 255) = 5.98%
R=67.77%
G=26.25%
B=5.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.91
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204791800.610.910.219.6883.7843.53
HexCC4F1203D5B1414542c
Octal31411722075133242412454
Binary110011001001111100100111101101101110100101001010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4F12; }

 p { color: rgb(204,79,18); }

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

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

 a { background-color: rgb(204,79,18); }

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

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

 span { border-color: rgb(204,79,18); }

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