#C24902

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

Shades of Tenne (Tawny) #C24902

Tints of Tenne (Tawny) #C24902

Color information

#C24902 (or 0xC24902) is unknown color: approx Tenne (Tawny). HEX triplet: C2, 49 and 02. RGB value is (194,73,2). Sum of RGB (Red+Green+Blue) = 194+73+2=269 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.12% from 269); Green value is 73 (28.91% from 255 or 27.14% from 269); Blue value is 2 (1.17% from 255 or 0.74% from 269); Max value from RGB is 194 - color contains mainly: red. Hex color #C24902 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24902 is #3DB6FD. Grayscale: #656565. Windows color (decimal): -4044542 or 149954. OLE color: 149954.

HSL color Cylindrical-coordinate representation of color #C24902: hue angle of 22.19º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C24902 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB194732-
CMYK00.620.990.24
HSL22.19º97.96%38.43%-
HSV(B)22.19º98.97%76.08%-
XYZ24.6416.241.89-
YUV101.0872.09194.27-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 72.12%
GREEN value IS 73 (28.91% from 255) = 27.14%
BLUE value IS 2 (1.17% from 255) = 0.74%
R=72.12%
G=27.14%
B=0.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.99
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19473200.620.990.2422.1997.9638.43
HexC249203E6318166226
Octal3021112076143302614246
Binary110000101001001100111110110001111000101101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24902; }

 p { color: rgb(194,73,2); }

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

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

 a { background-color: rgb(194,73,2); }

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

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

 span { border-color: rgb(194,73,2); }

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