#C25F0A

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

Shades of Tenne (Tawny) #C25F0A

Tints of Tenne (Tawny) #C25F0A

Color information

#C25F0A (or 0xC25F0A) is unknown color: approx Tenne (Tawny). HEX triplet: C2, 5F and 0A. RGB value is (194,95,10). Sum of RGB (Red+Green+Blue) = 194+95+10=299 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.88% from 299); Green value is 95 (37.5% from 255 or 31.77% from 299); Blue value is 10 (4.30% from 255 or 3.34% from 299); Max value from RGB is 194 - color contains mainly: red. Hex color #C25F0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25F0A is #3DA0F5. Grayscale: #737373. Windows color (decimal): -4038902 or 679874. OLE color: 679874.

HSL color Cylindrical-coordinate representation of color #C25F0A: hue angle of 27.72º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C25F0A is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB1949510-
CMYK00.510.950.24
HSL27.72º90.2%40%-
HSV(B)27.72º94.85%76.08%-
XYZ26.419.682.69-
YUV114.9168.8184.41-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 64.88%
GREEN value IS 95 (37.5% from 255) = 31.77%
BLUE value IS 10 (4.30% from 255) = 3.34%
R=64.88%
G=31.77%
B=3.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.95
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194951000.510.950.2427.7290.240
HexC25FA0335F181c5a28
Octal30213712063137303413250
Binary11000010101111110100110011101111111000111001011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25F0A; }

 p { color: rgb(194,95,10); }

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

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

 a { background-color: rgb(194,95,10); }

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

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

 span { border-color: rgb(194,95,10); }

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