#C1570C

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

Shades of Tenne (Tawny) #C1570C

Tints of Tenne (Tawny) #C1570C

Color information

#C1570C (or 0xC1570C) is unknown color: approx Tenne (Tawny). HEX triplet: C1, 57 and 0C. RGB value is (193,87,12). Sum of RGB (Red+Green+Blue) = 193+87+12=292 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.10% from 292); Green value is 87 (34.38% from 255 or 29.79% from 292); Blue value is 12 (5.08% from 255 or 4.11% from 292); Max value from RGB is 193 - color contains mainly: red. Hex color #C1570C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C1570C is #3EA8F3. Grayscale: #6E6E6E. Windows color (decimal): -4106484 or 808897. OLE color: 808897.

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

Color convert

RGB1938712-
CMYK00.550.940.24
HSL24.86º88.29%40.2%-
HSV(B)24.86º93.78%75.69%-
XYZ25.4718.182.51-
YUV110.1472.62187.1-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 66.10%
GREEN value IS 87 (34.38% from 255) = 29.79%
BLUE value IS 12 (5.08% from 255) = 4.11%
R=66.10%
G=29.79%
B=4.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.94
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193871200.550.940.2424.8688.2940.2
HexC157C0375E18195828
Octal30112714067136303113050
Binary11000001101011111000110111101111011000110011011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1570C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1570C; }

 p { color: rgb(193,87,12); }

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

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

 a { background-color: rgb(193,87,12); }

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

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

 span { border-color: rgb(193,87,12); }

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