#C25902

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

Shades of Tenne (Tawny) #C25902

Tints of Tenne (Tawny) #C25902

Color information

#C25902 (or 0xC25902) is unknown color: approx Tenne (Tawny). HEX triplet: C2, 59 and 02. RGB value is (194,89,2). Sum of RGB (Red+Green+Blue) = 194+89+2=285 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.07% from 285); Green value is 89 (35.16% from 255 or 31.23% from 285); Blue value is 2 (1.17% from 255 or 0.70% from 285); Max value from RGB is 194 - color contains mainly: red. Hex color #C25902 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25902 is #3DA6FD. Grayscale: #6E6E6E. Windows color (decimal): -4040446 or 154050. OLE color: 154050.

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

Color convert

RGB194892-
CMYK00.540.990.24
HSL27.19º97.96%38.43%-
HSV(B)27.19º98.97%76.08%-
XYZ25.8318.622.29-
YUV110.4866.79187.57-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 68.07%
GREEN value IS 89 (35.16% from 255) = 31.23%
BLUE value IS 2 (1.17% from 255) = 0.70%
R=68.07%
G=31.23%
B=0.70%

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
Decimal19489200.540.990.2427.1997.9638.43
HexC259203663181b6226
Octal3021312066143303314246
Binary110000101011001100110110110001111000110111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25902; }

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

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

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

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

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

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

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

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