#C0570B

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

Shades of Tenne (Tawny) #C0570B

Tints of Tenne (Tawny) #C0570B

Color information

#C0570B (or 0xC0570B) is unknown color: approx Tenne (Tawny). HEX triplet: C0, 57 and 0B. RGB value is (192,87,11). Sum of RGB (Red+Green+Blue) = 192+87+11=290 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.21% from 290); Green value is 87 (34.38% from 255 or 30% from 290); Blue value is 11 (4.69% from 255 or 3.79% from 290); Max value from RGB is 192 - color contains mainly: red. Hex color #C0570B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0570B is #3FA8F4. Grayscale: #6E6E6E. Windows color (decimal): -4172021 or 743360. OLE color: 743360.

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

Color convert

RGB1928711-
CMYK00.550.940.25
HSL25.19º89.16%39.8%-
HSV(B)25.19º94.27%75.29%-
XYZ25.2118.052.47-
YUV109.7372.29186.68-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 66.21%
GREEN value IS 87 (34.38% from 255) = 30%
BLUE value IS 11 (4.69% from 255) = 3.79%
R=66.21%
G=30%
B=3.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.94
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192871100.550.940.2525.1989.1639.8
HexC057B0375E19195928
Octal30012713067136313113150
Binary11000000101011110110110111101111011001110011011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0570B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0570B; }

 p { color: rgb(192,87,11); }

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

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

 a { background-color: rgb(192,87,11); }

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

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

 span { border-color: rgb(192,87,11); }

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