#C2610A

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

Shades of Tenne (Tawny) #C2610A

Tints of Tenne (Tawny) #C2610A

Color information

#C2610A (or 0xC2610A) is unknown color: approx Tenne (Tawny). HEX triplet: C2, 61 and 0A. RGB value is (194,97,10). Sum of RGB (Red+Green+Blue) = 194+97+10=301 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.45% from 301); Green value is 97 (38.28% from 255 or 32.23% from 301); Blue value is 10 (4.30% from 255 or 3.32% from 301); Max value from RGB is 194 - color contains mainly: red. Hex color #C2610A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C2610A is #3D9EF5. Grayscale: #747474. Windows color (decimal): -4038390 or 680386. OLE color: 680386.

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

Color convert

RGB1949710-
CMYK00.500.950.24
HSL28.37º90.2%40%-
HSV(B)28.37º94.85%76.08%-
XYZ26.5820.042.75-
YUV116.0868.14183.57-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 64.45%
GREEN value IS 97 (38.28% from 255) = 32.23%
BLUE value IS 10 (4.30% from 255) = 3.32%
R=64.45%
G=32.23%
B=3.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.95
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194971000.500.950.2428.3790.240
HexC261A0325F181c5a28
Octal30214112062137303413250
Binary11000010110000110100110010101111111000111001011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2610A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2610A; }

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

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

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

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

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

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

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

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