#C25901

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

Shades of Tenne (Tawny) #C25901

Tints of Tenne (Tawny) #C25901

Color information

#C25901 (or 0xC25901) is unknown color: approx Tenne (Tawny). HEX triplet: C2, 59 and 01. RGB value is (194,89,1). Sum of RGB (Red+Green+Blue) = 194+89+1=284 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.31% from 284); Green value is 89 (35.16% from 255 or 31.34% from 284); Blue value is 1 (0.78% from 255 or 0.35% from 284); Max value from RGB is 194 - color contains mainly: red. Hex color #C25901 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25901 is #3DA6FE. Grayscale: #6E6E6E. Windows color (decimal): -4040447 or 88514. OLE color: 88514.

HSL color Cylindrical-coordinate representation of color #C25901: hue angle of 27.36º degrees, saturation: 0.99, 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 #C25901 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB194891-
CMYK00.540.990.24
HSL27.36º98.97%38.24%-
HSV(B)27.36º99.48%76.08%-
XYZ25.8318.622.26-
YUV110.3666.29187.66-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 68.31%
GREEN value IS 89 (35.16% from 255) = 31.34%
BLUE value IS 1 (0.78% from 255) = 0.35%
R=68.31%
G=31.34%
B=0.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.99
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19489100.540.990.2427.3698.9738.24
HexC259103663181b6326
Octal3021311066143303314346
Binary11000010101100110110110110001111000110111100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25901; }

 p { color: rgb(194,89,1); }

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

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

 a { background-color: rgb(194,89,1); }

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

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

 span { border-color: rgb(194,89,1); }

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