#C25A01

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

Shades of Tenne (Tawny) #C25A01

Tints of Tenne (Tawny) #C25A01

Color information

#C25A01 (or 0xC25A01) is unknown color: approx Tenne (Tawny). HEX triplet: C2, 5A and 01. RGB value is (194,90,1). Sum of RGB (Red+Green+Blue) = 194+90+1=285 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.07% from 285); Green value is 90 (35.55% from 255 or 31.58% from 285); Blue value is 1 (0.78% from 255 or 0.35% from 285); Max value from RGB is 194 - color contains mainly: red. Hex color #C25A01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25A01 is #3DA5FE. Grayscale: #6F6F6F. Windows color (decimal): -4040191 or 88770. OLE color: 88770.

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

Color convert

RGB194901-
CMYK00.540.990.24
HSL27.67º98.97%38.24%-
HSV(B)27.67º99.48%76.08%-
XYZ25.9118.782.29-
YUV110.9565.96187.24-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 68.07%
GREEN value IS 90 (35.55% from 255) = 31.58%
BLUE value IS 1 (0.78% from 255) = 0.35%
R=68.07%
G=31.58%
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
Decimal19490100.540.990.2427.6798.9738.24
HexC25A103663181c6326
Octal3021321066143303414346
Binary11000010101101010110110110001111000111001100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25A01; }

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

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

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

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

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

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

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

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