#C44C07

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

Shades of Tenne (Tawny) #C44C07

Tints of Tenne (Tawny) #C44C07

Color information

#C44C07 (or 0xC44C07) is unknown color: approx Tenne (Tawny). HEX triplet: C4, 4C and 07. RGB value is (196,76,7). Sum of RGB (Red+Green+Blue) = 196+76+7=279 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.25% from 279); Green value is 76 (30.08% from 255 or 27.24% from 279); Blue value is 7 (3.12% from 255 or 2.51% from 279); Max value from RGB is 196 - color contains mainly: red. Hex color #C44C07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44C07 is #3BB3F8. Grayscale: #686868. Windows color (decimal): -3912697 or 478404. OLE color: 478404.

HSL color Cylindrical-coordinate representation of color #C44C07: hue angle of 21.9º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C44C07 is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.23.

Color convert

RGB196767-
CMYK00.610.960.23
HSL21.9º93.1%39.8%-
HSV(B)21.9º96.43%76.86%-
XYZ25.3916.922.13-
YUV104.0173.26193.61-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 70.25%
GREEN value IS 76 (30.08% from 255) = 27.24%
BLUE value IS 7 (3.12% from 255) = 2.51%
R=70.25%
G=27.24%
B=2.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.96
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19676700.610.960.2321.993.139.8
HexC44C703D6017165d28
Octal3041147075140272613550
Binary1100010010011001110111101110000010111101101011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44C07; }

 p { color: rgb(196,76,7); }

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

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

 a { background-color: rgb(196,76,7); }

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

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

 span { border-color: rgb(196,76,7); }

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